#D5C38A

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

Shades of Winter Hazel #D5C38A

Tints of Winter Hazel #D5C38A

Color information

#D5C38A (or 0xD5C38A) is unknown color: approx Winter Hazel. HEX triplet: D5, C3 and 8A. RGB value is (213,195,138). Sum of RGB (Red+Green+Blue) = 213+195+138=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C38A is #2A3C75. Grayscale: #C2C2C2. Windows color (decimal): -2767990 or 9094101. OLE color: 9094101.

HSL color Cylindrical-coordinate representation of color #D5C38A: hue angle of 45.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5C38A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213195138-
CMYK00.080.350.16
HSL45.6º47.17%68.82%-
HSV(B)45.6º35.21%83.53%-
XYZ51.5455.0131.95-
YUV193.8896.46141.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 138 (54.30% from 255) = 25.27%
R=39.01%
G=35.71%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319513800.080.350.1645.647.1768.82
HexD5C38A0823102e2f45
Octal32530321201043205657105
Binary11010101110000111000101001000100011100001011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C38A; }

 p { color: rgb(213,195,138); }

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

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

 a { background-color: rgb(213,195,138); }

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

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

 span { border-color: rgb(213,195,138); }

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