Html Css Color HEX #CCCC66 Wild Willow

📋 copy color: '#CCCC66'

red 204 ◦ green 204 ◦ blue 102

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

Shades of Wild Willow #CCCC66

Tints of Wild Willow #CCCC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

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

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCCC66 (or 0xCCCC66) is known color: Wild Willow. HEX triplet: CC, CC and 66. RGB value is (204,204,102). Sum of RGB (Red+Green+Blue) = 204+204+102=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC66 is a web safe color. Inversed color of #CCCC66 is #333399. Grayscale: #C0C0C0. Windows color (decimal): -3355546 or 6737100. OLE color: 6737100.

HSL color Cylindrical-coordinate representation of color #CCCC66: hue angle of 60º 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 #CCCC66 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 102 -
CMYK 0 0 0.5 0.2
HSL 60º 0.5% 0.6% -
HSV(B) 60º 0.5% 0.8% -
XYZ 48.89 56.98 20.99 -
YUV 192.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 204 204 102 0 0 0.5 0.2 60 0.5 0.6
Hex CC CC 66 0 0 32 14 3C 32 3C
Octal 314 314 146 0 0 62 24 74 62 74
Binary 11001100 11001100 1100110 0 0 110010 10100 111100 110010 111100

Color Harmonies of #CCCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC66

Black with #CCCC66

Text Example


Text Example

White with #CCCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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