#CDC963

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

Shades of Wild Willow #CDC963

Tints of Wild Willow #CDC963

Color information

#CDC963 (or 0xCDC963) is unknown color: approx Wild Willow. HEX triplet: CD, C9 and 63. RGB value is (205,201,99). Sum of RGB (Red+Green+Blue) = 205+201+99=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC963 is #32369C. Grayscale: #BEBEBE. Windows color (decimal): -3290781 or 6539725. OLE color: 6539725.

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

Color convert

RGB20520199-
CMYK00.020.520.20
HSL57.74º51.46%59.61%-
HSV(B)57.74º51.71%80.39%-
XYZ48.3255.6520-
YUV190.5776.33138.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 99 (39.06% from 255) = 19.60%
R=40.59%
G=39.80%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052019900.020.520.2057.7451.4659.61
HexCDC9630234143a333c
Octal315311143026424726374
Binary1100110111001001110001101011010010100111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC963; }

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

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

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

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

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

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

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

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