Html Css Color HEX #D97D55 Burning Sand

📋 copy color: '#D97D55'

red 217 ◦ green 125 ◦ blue 85

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

Shades of Burning Sand #D97D55

Tints of Burning Sand #D97D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 50.82%
G = 29.27%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D97D55 (or 0xD97D55) is known color: Burning Sand. HEX triplet: D9, 7D and 55. RGB value is (217,125,85). Sum of RGB (Red+Green+Blue) = 217+125+85=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D55 is #2682AA. Grayscale: #949494. Windows color (decimal): -2523819 or 5602777. OLE color: 5602777.

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

Color convert

RGB 217 125 85 -
CMYK 0 0.42 0.61 0.15
HSL 18.18º 0.63% 0.59% -
HSV(B) 18.18º 0.61% 0.85% -
XYZ 37.59 30.07 12.42 -
YUV 147.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 217 125 85 0 0.42 0.61 0.15 18.18 0.63 0.59
Hex D9 7D 55 0 2A 3D F 12 3F 3B
Octal 331 175 125 0 52 75 17 22 77 73
Binary 11011001 1111101 1010101 0 101010 111101 1111 10010 111111 111011

Color Harmonies of #D97D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D55

Black with #D97D55

Text Example


Text Example

White with #D97D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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