#CDC96A

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

Shades of Wild Willow #CDC96A

Tints of Wild Willow #CDC96A

Color information

#CDC96A (or 0xCDC96A) is unknown color: approx Wild Willow. HEX triplet: CD, C9 and 6A. RGB value is (205,201,106). Sum of RGB (Red+Green+Blue) = 205+201+106=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96A is #323695. Grayscale: #BFBFBF. Windows color (decimal): -3290774 or 6998477. OLE color: 6998477.

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

Color convert

RGB205201106-
CMYK00.020.480.20
HSL57.58º49.75%60.98%-
HSV(B)57.58º48.29%80.39%-
XYZ48.6755.7921.84-
YUV191.3779.83137.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=40.04%
G=39.26%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520110600.020.480.2057.5849.7560.98
HexCDC96A0230143a323d
Octal315311152026024726275
Binary1100110111001001110101001011000010100111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC96A; }

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

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

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

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

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

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

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

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