#CCCB66

Color #CCCB66 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCCB66

Tints of Wild Willow #CCCB66

Color information

#CCCB66 (or 0xCCCB66) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 66. RGB value is (204,203,102). Sum of RGB (Red+Green+Blue) = 204+203+102=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB66 is #333499. Grayscale: #C0C0C0. Windows color (decimal): -3355802 or 6736844. OLE color: 6736844.

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

Color convert

RGB204203102-
CMYK00.000.50.2
HSL59.41º50%60%-
HSV(B)59.41º50%80%-
XYZ48.6656.5120.91-
YUV191.7877.33136.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=40.08%
G=39.88%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420310200.000.50.259.415060
HexCCCB660032143b323c
Octal314313146006224736274
Binary110011001100101111001100011001010100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB66; }

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

 H1.HeaderClassName
 {
   color: #CCCB66;
 }
 .AnyTagClassName
 {
   color: #CCCB66;
 }
</style>
background-color css

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

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

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

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

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

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