#CDC85C

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

Shades of Wild Willow #CDC85C

Tints of Wild Willow #CDC85C

Color information

#CDC85C (or 0xCDC85C) is unknown color: approx Wild Willow. HEX triplet: CD, C8 and 5C. RGB value is (205,200,92). Sum of RGB (Red+Green+Blue) = 205+200+92=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC85C is #3237A3. Grayscale: #BDBDBD. Windows color (decimal): -3291044 or 6080717. OLE color: 6080717.

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

Color convert

RGB20520092-
CMYK00.020.550.20
HSL57.35º53.05%58.24%-
HSV(B)57.35º55.12%80.39%-
XYZ47.7655.0618.24-
YUV189.1873.16139.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=41.25%
G=40.24%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052009200.020.550.2057.3553.0558.24
HexCDC85C02371439353a
Octal315310134026724716572
Binary1100110111001000101110001011011110100111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC85C; }

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

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

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

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

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

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

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

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