Html Css Color HEX #D5C48F Winter Hazel

📋 copy color: '#D5C48F'

red 213 ◦ green 196 ◦ blue 143

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

Shades of Winter Hazel #D5C48F

Tints of Winter Hazel #D5C48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 38.59%
G = 35.51%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5C48F (or 0xD5C48F) is known color: Winter Hazel. HEX triplet: D5, C4 and 8F. RGB value is (213,196,143). Sum of RGB (Red+Green+Blue) = 213+196+143=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C48F is #2A3B70. Grayscale: #C3C3C3. Windows color (decimal): -2767729 or 9422037. OLE color: 9422037.

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

Color convert

RGB 213 196 143 -
CMYK 0 0.08 0.33 0.16
HSL 45.43º 0.45% 0.7% -
HSV(B) 45.43º 0.33% 0.84% -
XYZ 52.14 55.61 33.97 -
YUV 195.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 213 196 143 0 0.08 0.33 0.16 45.43 0.45 0.7
Hex D5 C4 8F 0 8 21 10 2D 2D 46
Octal 325 304 217 0 10 41 20 55 55 106
Binary 11010101 11000100 10001111 0 1000 100001 10000 101101 101101 1000110

Color Harmonies of #D5C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C48F

Black with #D5C48F

Text Example


Text Example

White with #D5C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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