Html Css Color HEX #D5C48C Winter Hazel

📋 copy color: '#D5C48C'

red 213 ◦ green 196 ◦ blue 140

#D5C48C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D5C48C

Tints of Winter Hazel #D5C48C

RGB

 RED value IS 213 (83.59% from 255) = 38.8%

 GREEN value IS 196 (76.95% from 255) = 35.7%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 38.8%
G = 35.7%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5C48C (or 0xD5C48C) is known color: Winter Hazel. HEX triplet: D5, C4 and 8C. RGB value is (213,196,140). Sum of RGB (Red+Green+Blue) = 213+196+140=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C48C is #2A3B73. Grayscale: #C2C2C2. Windows color (decimal): -2767732 or 9225429. OLE color: 9225429.

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

Color convert

RGB 213 196 140 -
CMYK 0 0.08 0.34 0.16
HSL 46.03º 0.46% 0.69% -
HSV(B) 46.03º 0.34% 0.84% -
XYZ 51.91 55.52 32.79 -
YUV 194.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 213 196 140 0 0.08 0.34 0.16 46.03 0.46 0.69
Hex D5 C4 8C 0 8 22 10 2E 2E 45
Octal 325 304 214 0 10 42 20 56 56 105
Binary 11010101 11000100 10001100 0 1000 100010 10000 101110 101110 1000101

Color Harmonies of #D5C48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C48C

Black with #D5C48C

Text Example


Text Example

White with #D5C48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C48C; }

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

 H1.HeaderClassName
 {
   color: #D5C48C;
 }
 .AnyTagClassName
 {
   color: #D5C48C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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