#CCCB67

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

Shades of Wild Willow #CCCB67

Tints of Wild Willow #CCCB67

Color information

#CCCB67 (or 0xCCCB67) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 67. RGB value is (204,203,103). Sum of RGB (Red+Green+Blue) = 204+203+103=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB67 is #333498. Grayscale: #C0C0C0. Windows color (decimal): -3355801 or 6802380. OLE color: 6802380.

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

Color convert

RGB204203103-
CMYK00.000.500.2
HSL59.41º49.75%60.2%-
HSV(B)59.41º49.51%80%-
XYZ48.7156.5321.18-
YUV191.977.83136.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 103 (40.62% from 255) = 20.20%
R=40%
G=39.80%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420310300.000.500.259.4149.7560.2
HexCCCB670032143b323c
Octal314313147006224736274
Binary110011001100101111001110011001010100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB67; }

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

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

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

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

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

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

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

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