Html Css Color HEX #CCD864 Wild Willow

📋 copy color: '#CCD864'

red 204 ◦ green 216 ◦ blue 100

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

Shades of Wild Willow #CCD864

Tints of Wild Willow #CCD864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 39.23%
G = 41.54%
B = 19.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CCD864 (or 0xCCD864) is known color: Wild Willow. HEX triplet: CC, D8 and 64. RGB value is (204,216,100). Sum of RGB (Red+Green+Blue) = 204+216+100=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD864 is #33279B. Grayscale: #C7C7C7. Windows color (decimal): -3352476 or 6609100. OLE color: 6609100.

HSL color Cylindrical-coordinate representation of color #CCD864: hue angle of 66.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD864 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 100 -
CMYK 0.06 0 0.54 0.15
HSL 66.21º 0.6% 0.62% -
HSV(B) 66.21º 0.54% 0.85% -
XYZ 51.76 62.87 21.46 -
YUV 199.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 204 216 100 0.06 0 0.54 0.15 66.21 0.6 0.62
Hex CC D8 64 6 0 36 F 42 3C 3E
Octal 314 330 144 6 0 66 17 102 74 76
Binary 11001100 11011000 1100100 110 0 110110 1111 1000010 111100 111110

Color Harmonies of #CCD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD864

Black with #CCD864

Text Example


Text Example

White with #CCD864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD864; }

 p { color: rgb(204,216,100); }

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

background-color css

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

 a { background-color: rgb(204,216,100); }

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

border-color css

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

 span { border-color: rgb(204,216,100); }

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