#CDC58B

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

Shades of Winter Hazel #CDC58B

Tints of Winter Hazel #CDC58B

Color information

#CDC58B (or 0xCDC58B) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 8B. RGB value is (205,197,139). Sum of RGB (Red+Green+Blue) = 205+197+139=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58B is #323A74. Grayscale: #C1C1C1. Windows color (decimal): -3291765 or 9160141. OLE color: 9160141.

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

Color convert

RGB205197139-
CMYK00.040.320.20
HSL52.73º39.76%67.45%-
HSV(B)52.73º32.2%80.39%-
XYZ49.854.7832.37-
YUV192.7897.65136.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=37.89%
G=36.41%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519713900.040.320.2052.7339.7667.45
HexCDC58B042014352843
Octal3153052130440246550103
Binary1100110111000101100010110100100000101001101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC58B; }

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

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

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

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

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

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

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

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