#CDC58F

Color #CDC58F Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CDC58F

Tints of Winter Hazel #CDC58F

Color information

#CDC58F (or 0xCDC58F) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 8F. RGB value is (205,197,143). Sum of RGB (Red+Green+Blue) = 205+197+143=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58F is #323A70. Grayscale: #C1C1C1. Windows color (decimal): -3291761 or 9422285. OLE color: 9422285.

HSL color Cylindrical-coordinate representation of color #CDC58F: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC58F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205197143-
CMYK00.040.300.20
HSL52.26º38.27%68.24%-
HSV(B)52.26º30.24%80.39%-
XYZ50.154.8933.94-
YUV193.2499.65136.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=37.61%
G=36.15%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519714300.040.300.2052.2638.2768.24
HexCDC58F041E14342644
Octal3153052170436246446104
Binary110011011100010110001111010011110101001101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC58F; }

 p { color: rgb(205,197,143); }

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

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

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

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

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

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

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