Html Css Color HEX #CCC866 Wild Willow

📋 copy color: '#CCC866'

red 204 ◦ green 200 ◦ blue 102

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

Shades of Wild Willow #CCC866

Tints of Wild Willow #CCC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 102 (40.23% from 255) = 20.16%

R = 40.32%
G = 39.53%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCC866 (or 0xCCC866) is known color: Wild Willow. HEX triplet: CC, C8 and 66. RGB value is (204,200,102). Sum of RGB (Red+Green+Blue) = 204+200+102=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC866 is #333799. Grayscale: #BEBEBE. Windows color (decimal): -3356570 or 6736076. OLE color: 6736076.

HSL color Cylindrical-coordinate representation of color #CCC866: hue angle of 57.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC866 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 102 -
CMYK 0 0.02 0.5 0.2
HSL 57.65º 0.5% 0.6% -
HSV(B) 57.65º 0.5% 0.8% -
XYZ 47.95 55.11 20.68 -
YUV 190.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 204 200 102 0 0.02 0.5 0.2 57.65 0.5 0.6
Hex CC C8 66 0 2 32 14 3A 32 3C
Octal 314 310 146 0 2 62 24 72 62 74
Binary 11001100 11001000 1100110 0 10 110010 10100 111010 110010 111100

Color Harmonies of #CCC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC866

Black with #CCC866

Text Example


Text Example

White with #CCC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC866; }

 p { color: rgb(204,200,102); }

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

background-color css

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

 a { background-color: rgb(204,200,102); }

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

border-color css

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

 span { border-color: rgb(204,200,102); }

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