#CDC964

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

Shades of Wild Willow #CDC964

Tints of Wild Willow #CDC964

Color information

#CDC964 (or 0xCDC964) is unknown color: approx Wild Willow. HEX triplet: CD, C9 and 64. RGB value is (205,201,100). Sum of RGB (Red+Green+Blue) = 205+201+100=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC964 is #32369B. Grayscale: #BFBFBF. Windows color (decimal): -3290780 or 6605261. OLE color: 6605261.

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

Color convert

RGB205201100-
CMYK00.020.510.20
HSL57.71º51.22%59.8%-
HSV(B)57.71º51.22%80.39%-
XYZ48.3655.6720.25-
YUV190.6876.83138.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=40.51%
G=39.72%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520110000.020.510.2057.7151.2259.8
HexCDC9640233143a333c
Octal315311144026324726374
Binary1100110111001001110010001011001110100111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC964; }

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

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

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

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

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

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

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

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