Html Css Color HEX #D3C58C Winter Hazel

📋 copy color: '#D3C58C'

red 211 ◦ green 197 ◦ blue 140

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

Shades of Winter Hazel #D3C58C

Tints of Winter Hazel #D3C58C

RGB

 RED value IS 211 (82.81% from 255) = 38.5%

 GREEN value IS 197 (77.34% from 255) = 35.95%

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

R = 38.5%
G = 35.95%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3C58C (or 0xD3C58C) is known color: Winter Hazel. HEX triplet: D3, C5 and 8C. RGB value is (211,197,140). Sum of RGB (Red+Green+Blue) = 211+197+140=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C58C is #2C3A73. Grayscale: #C2C2C2. Windows color (decimal): -2898548 or 9225683. OLE color: 9225683.

HSL color Cylindrical-coordinate representation of color #D3C58C: hue angle of 48.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3C58C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 197 140 -
CMYK 0 0.07 0.34 0.17
HSL 48.17º 0.45% 0.69% -
HSV(B) 48.17º 0.34% 0.83% -
XYZ 51.56 55.67 32.84 -
YUV 194.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 211 197 140 0 0.07 0.34 0.17 48.17 0.45 0.69
Hex D3 C5 8C 0 7 22 11 30 2D 45
Octal 323 305 214 0 7 42 21 60 55 105
Binary 11010011 11000101 10001100 0 111 100010 10001 110000 101101 1000101

Color Harmonies of #D3C58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C58C

Black with #D3C58C

Text Example


Text Example

White with #D3C58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C58C; }

 p { color: rgb(211,197,140); }

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

background-color css

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

 a { background-color: rgb(211,197,140); }

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

border-color css

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

 span { border-color: rgb(211,197,140); }

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