#CCCB64

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

Shades of Wild Willow #CCCB64

Tints of Wild Willow #CCCB64

Color information

#CCCB64 (or 0xCCCB64) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 64. RGB value is (204,203,100). Sum of RGB (Red+Green+Blue) = 204+203+100=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB64 is #33349B. Grayscale: #BFBFBF. Windows color (decimal): -3355804 or 6605772. OLE color: 6605772.

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

Color convert

RGB204203100-
CMYK00.000.510.2
HSL59.42º50.49%59.61%-
HSV(B)59.42º50.98%80%-
XYZ48.5656.4720.4-
YUV191.5676.33136.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=40.24%
G=40.04%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420310000.000.510.259.4250.4959.61
HexCCCB640033143b323c
Octal314313144006324736274
Binary110011001100101111001000011001110100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB64; }

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

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

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

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

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

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

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

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