#D5C48A

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

Shades of Winter Hazel #D5C48A

Tints of Winter Hazel #D5C48A

Color information

#D5C48A (or 0xD5C48A) is unknown color: approx Winter Hazel. HEX triplet: D5, C4 and 8A. RGB value is (213,196,138). Sum of RGB (Red+Green+Blue) = 213+196+138=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C48A is #2A3B75. Grayscale: #C2C2C2. Windows color (decimal): -2767734 or 9094357. OLE color: 9094357.

HSL color Cylindrical-coordinate representation of color #D5C48A: hue angle of 46.4º 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 #D5C48A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213196138-
CMYK00.080.350.16
HSL46.4º47.17%68.82%-
HSV(B)46.4º35.21%83.53%-
XYZ51.7755.4632.02-
YUV194.4796.13141.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=38.94%
G=35.83%
B=25.23%

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
Decimal21319613800.080.350.1646.447.1768.82
HexD5C48A0823102e2f45
Octal32530421201043205657105
Binary11010101110001001000101001000100011100001011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C48A; }

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

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

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

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

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

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

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

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