Html Css Color HEX #D97D5D Burning Sand

📋 copy color: '#D97D5D'

red 217 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #D97D5D

Tints of Burning Sand #D97D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 49.89%
G = 28.74%
B = 21.38%

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

#D97D5D (or 0xD97D5D) is known color: Burning Sand. HEX triplet: D9, 7D and 5D. RGB value is (217,125,93). Sum of RGB (Red+Green+Blue) = 217+125+93=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D5D is #2682A2. Grayscale: #959595. Windows color (decimal): -2523811 or 6127065. OLE color: 6127065.

HSL color Cylindrical-coordinate representation of color #D97D5D: hue angle of 15.48º 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 #D97D5D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 93 -
CMYK 0 0.42 0.57 0.15
HSL 15.48º 0.62% 0.61% -
HSV(B) 15.48º 0.57% 0.85% -
XYZ 37.92 30.21 14.19 -
YUV 148.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 217 125 93 0 0.42 0.57 0.15 15.48 0.62 0.61
Hex D9 7D 5D 0 2A 39 F F 3E 3D
Octal 331 175 135 0 52 71 17 17 76 75
Binary 11011001 1111101 1011101 0 101010 111001 1111 1111 111110 111101

Color Harmonies of #D97D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D5D

Black with #D97D5D

Text Example


Text Example

White with #D97D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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