#CDCD5C

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

Shades of Wild Willow #CDCD5C

Tints of Wild Willow #CDCD5C

Color information

#CDCD5C (or 0xCDCD5C) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 5C. RGB value is (205,205,92). Sum of RGB (Red+Green+Blue) = 205+205+92=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD5C is #3232A3. Grayscale: #C0C0C0. Windows color (decimal): -3289764 or 6081997. OLE color: 6081997.

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

Color convert

RGB20520592-
CMYK000.550.20
HSL60º53.05%58.24%-
HSV(B)60º55.12%80.39%-
XYZ48.9457.4118.63-
YUV192.1271.5137.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=40.84%
G=40.84%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520592000.550.206053.0558.24
HexCDCD5C0037143c353a
Octal315315134006724746572
Binary110011011100110110111000011011110100111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD5C; }

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

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

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

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

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

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

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

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