Html Css Color HEX #CCDC5D Wild Willow

📋 copy color: '#CCDC5D'

red 204 ◦ green 220 ◦ blue 93

#CCDC5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CCDC5D

Tints of Wild Willow #CCDC5D

RGB

 RED value IS 204 (80.08% from 255) = 39.46%

 GREEN value IS 220 (86.33% from 255) = 42.55%

 BLUE value IS 93 (36.72% from 255) = 17.99%

R = 39.46%
G = 42.55%
B = 17.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCDC5D (or 0xCCDC5D) is known color: Wild Willow. HEX triplet: CC, DC and 5D. RGB value is (204,220,93). Sum of RGB (Red+Green+Blue) = 204+220+93=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5D is #3323A2. Grayscale: #C9C9C9. Windows color (decimal): -3351459 or 6151372. OLE color: 6151372.

HSL color Cylindrical-coordinate representation of color #CCDC5D: hue angle of 67.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDC5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 93 -
CMYK 0.07 0 0.58 0.14
HSL 67.56º 0.64% 0.61% -
HSV(B) 67.56º 0.58% 0.86% -
XYZ 52.47 64.81 20.1 -
YUV 200.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 204 220 93 0.07 0 0.58 0.14 67.56 0.64 0.61
Hex CC DC 5D 7 0 3A E 44 40 3D
Octal 314 334 135 7 0 72 16 104 100 75
Binary 11001100 11011100 1011101 111 0 111010 1110 1000100 1000000 111101

Color Harmonies of #CCDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC5D

Black with #CCDC5D

Text Example


Text Example

White with #CCDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC5D; }

 p { color: rgb(204,220,93); }

 H1.HeaderClassName
 {
   color: #CCDC5D;
 }
 .AnyTagClassName
 {
   color: #CCDC5D;
 }
</style>

background-color css

<style>
 a { background-color: #CCDC5D; }

 a { background-color: rgb(204,220,93); }

 div.DivClassName
 {
   background-color: #CCDC5D;
 }
 .BgClassName
 {
   background-color: #CCDC5D;
 }
</style>

border-color css

<style>
 span { border-color: #CCDC5D; }

 span { border-color: rgb(204,220,93); }

 td.TdClassName
 {
   border-color: #CCDC5D;
 }
 .TagClassName
 {
   border-color: #CCDC5D;
 }
</style>