#CDCD5F

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

Shades of Wild Willow #CDCD5F

Tints of Wild Willow #CDCD5F

Color information

#CDCD5F (or 0xCDCD5F) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 5F. RGB value is (205,205,95). Sum of RGB (Red+Green+Blue) = 205+205+95=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD5F is #3232A0. Grayscale: #C0C0C0. Windows color (decimal): -3289761 or 6278605. OLE color: 6278605.

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

Color convert

RGB20520595-
CMYK000.540.20
HSL60º52.38%58.82%-
HSV(B)60º53.66%80.39%-
XYZ49.0757.4719.33-
YUV192.4673136.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=40.59%
G=40.59%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520595000.540.206052.3858.82
HexCDCD5F0036143c343b
Octal315315137006624746473
Binary110011011100110110111110011011010100111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD5F; }

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

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

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

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

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

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

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

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