#CDC961

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

Shades of Wild Willow #CDC961

Tints of Wild Willow #CDC961

Color information

#CDC961 (or 0xCDC961) is unknown color: approx Wild Willow. HEX triplet: CD, C9 and 61. RGB value is (205,201,97). Sum of RGB (Red+Green+Blue) = 205+201+97=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC961 is #32369E. Grayscale: #BEBEBE. Windows color (decimal): -3290783 or 6408653. OLE color: 6408653.

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

Color convert

RGB20520197-
CMYK00.020.530.20
HSL57.78º51.92%59.22%-
HSV(B)57.78º52.68%80.39%-
XYZ48.2255.6219.5-
YUV190.3475.33138.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 97 (38.28% from 255) = 19.28%
R=40.76%
G=39.96%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052019700.020.530.2057.7851.9259.22
HexCDC9610235143a343b
Octal315311141026524726473
Binary1100110111001001110000101011010110100111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC961; }

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

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

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

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

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

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

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

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