#CDC38B

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

Shades of Winter Hazel #CDC38B

Tints of Winter Hazel #CDC38B

Color information

#CDC38B (or 0xCDC38B) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 8B. RGB value is (205,195,139). Sum of RGB (Red+Green+Blue) = 205+195+139=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC38B is #323C74. Grayscale: #BFBFBF. Windows color (decimal): -3292277 or 9159629. OLE color: 9159629.

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

Color convert

RGB205195139-
CMYK00.050.320.20
HSL50.91º39.76%67.45%-
HSV(B)50.91º32.2%80.39%-
XYZ49.3553.8732.22-
YUV191.6198.31137.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=38.03%
G=36.18%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519513900.050.320.2050.9139.7667.45
HexCDC38B052014332843
Octal3153032130540246350103
Binary1100110111000011100010110101100000101001100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC38B; }

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

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

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

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

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

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

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

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