#CDC96C

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

Shades of Wild Willow #CDC96C

Tints of Wild Willow #CDC96C

Color information

#CDC96C (or 0xCDC96C) is unknown color: approx Wild Willow. HEX triplet: CD, C9 and 6C. RGB value is (205,201,108). Sum of RGB (Red+Green+Blue) = 205+201+108=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96C is #323693. Grayscale: #BFBFBF. Windows color (decimal): -3290772 or 7129549. OLE color: 7129549.

HSL color Cylindrical-coordinate representation of color #CDC96C: hue angle of 57.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC96C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205201108-
CMYK00.020.470.20
HSL57.53º49.24%61.37%-
HSV(B)57.53º47.32%80.39%-
XYZ48.7755.8422.39-
YUV191.5980.83137.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=39.88%
G=39.11%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520110800.020.470.2057.5349.2461.37
HexCDC96C022F143a313d
Octal315311154025724726175
Binary1100110111001001110110001010111110100111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC96C; }

 p { color: rgb(205,201,108); }

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

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

 a { background-color: rgb(205,201,108); }

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

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

 span { border-color: rgb(205,201,108); }

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