Html Css Color HEX #D97D59 Burning Sand

📋 copy color: '#D97D59'

red 217 ◦ green 125 ◦ blue 89

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

Shades of Burning Sand #D97D59

Tints of Burning Sand #D97D59

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 89 (35.16% from 255) = 20.65%

R = 50.35%
G = 29%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D97D59 (or 0xD97D59) is known color: Burning Sand. HEX triplet: D9, 7D and 59. RGB value is (217,125,89). Sum of RGB (Red+Green+Blue) = 217+125+89=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D59 is #2682A6. Grayscale: #949494. Windows color (decimal): -2523815 or 5864921. OLE color: 5864921.

HSL color Cylindrical-coordinate representation of color #D97D59: hue angle of 16.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D97D59 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 89 -
CMYK 0 0.42 0.59 0.15
HSL 16.88º 0.63% 0.6% -
HSV(B) 16.88º 0.59% 0.85% -
XYZ 37.75 30.14 13.28 -
YUV 148.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 217 125 89 0 0.42 0.59 0.15 16.88 0.63 0.6
Hex D9 7D 59 0 2A 3B F 11 3F 3C
Octal 331 175 131 0 52 73 17 21 77 74
Binary 11011001 1111101 1011001 0 101010 111011 1111 10001 111111 111100

Color Harmonies of #D97D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D59

Black with #D97D59

Text Example


Text Example

White with #D97D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D59; }

 p { color: rgb(217,125,89); }

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

background-color css

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

 a { background-color: rgb(217,125,89); }

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

border-color css

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

 span { border-color: rgb(217,125,89); }

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