Html Css Color HEX #D97D5E Burning Sand

📋 copy color: '#D97D5E'

red 217 ◦ green 125 ◦ blue 94

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

Shades of Burning Sand #D97D5E

Tints of Burning Sand #D97D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 49.77%
G = 28.67%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D97D5E (or 0xD97D5E) is known color: Burning Sand. HEX triplet: D9, 7D and 5E. RGB value is (217,125,94). Sum of RGB (Red+Green+Blue) = 217+125+94=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D5E is #2682A1. Grayscale: #959595. Windows color (decimal): -2523810 or 6192601. OLE color: 6192601.

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

Color convert

RGB 217 125 94 -
CMYK 0 0.42 0.57 0.15
HSL 15.12º 0.62% 0.61% -
HSV(B) 15.12º 0.57% 0.85% -
XYZ 37.97 30.23 14.42 -
YUV 148.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 217 125 94 0 0.42 0.57 0.15 15.12 0.62 0.61
Hex D9 7D 5E 0 2A 39 F F 3E 3D
Octal 331 175 136 0 52 71 17 17 76 75
Binary 11011001 1111101 1011110 0 101010 111001 1111 1111 111110 111101

Color Harmonies of #D97D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D5E

Black with #D97D5E

Text Example


Text Example

White with #D97D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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