#CDC863

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

Shades of Wild Willow #CDC863

Tints of Wild Willow #CDC863

Color information

#CDC863 (or 0xCDC863) is unknown color: approx Wild Willow. HEX triplet: CD, C8 and 63. RGB value is (205,200,99). Sum of RGB (Red+Green+Blue) = 205+200+99=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC863 is #32379C. Grayscale: #BEBEBE. Windows color (decimal): -3291037 or 6539469. OLE color: 6539469.

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

Color convert

RGB20520099-
CMYK00.020.520.20
HSL57.17º51.46%59.61%-
HSV(B)57.17º51.71%80.39%-
XYZ48.0855.1919.92-
YUV189.9876.66138.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 99 (39.06% from 255) = 19.64%
R=40.67%
G=39.68%
B=19.64%

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
Decimal2052009900.020.520.2057.1751.4659.61
HexCDC86302341439333c
Octal315310143026424716374
Binary1100110111001000110001101011010010100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC863; }

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

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

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

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

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

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

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

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