#cdcd58

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

Shades of Wild Willow #CDCD58

Tints of Wild Willow #CDCD58

Color information

#CDCD58 (or 0xCDCD58) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 58. RGB value is (205,205,88). Sum of RGB (Red+Green+Blue) = 205+205+88=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD58 is #3232A7. Grayscale: #C0C0C0. Windows color (decimal): -3289768 or 5819853. OLE color: 5819853.

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

Color convert

RGB20520588-
CMYK000.570.20
HSL60º53.92%57.45%-
HSV(B)60º57.07%80.39%-
XYZ48.7757.3517.73-
YUV191.6669.5137.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 88 (34.77% from 255) = 17.67%
R=41.16%
G=41.16%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520588000.570.206053.9257.45
HexCDCD580039143c3639
Octal315315130007124746671
Binary110011011100110110110000011100110100111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdcd58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdcd58; }

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

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

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

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

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

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

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

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