#CDC866

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

Shades of Wild Willow #CDC866

Tints of Wild Willow #CDC866

Color information

#CDC866 (or 0xCDC866) is unknown color: approx Wild Willow. HEX triplet: CD, C8 and 66. RGB value is (205,200,102). Sum of RGB (Red+Green+Blue) = 205+200+102=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC866 is #323799. Grayscale: #BEBEBE. Windows color (decimal): -3291034 or 6736077. OLE color: 6736077.

HSL color Cylindrical-coordinate representation of color #CDC866: hue angle of 57.09º degrees, saturation: 0.51, 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 #CDC866 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205200102-
CMYK00.020.500.20
HSL57.09º50.74%60.2%-
HSV(B)57.09º50.24%80.39%-
XYZ48.2355.2520.69-
YUV190.3278.16138.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=40.43%
G=39.45%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520010200.020.500.2057.0950.7460.2
HexCDC86602321439333c
Octal315310146026224716374
Binary1100110111001000110011001011001010100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC866; }

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

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

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

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

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

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

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

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