Html Css Color HEX #D97C5A Burning Sand

📋 copy color: '#D97C5A'

red 217 ◦ green 124 ◦ blue 90

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

Shades of Burning Sand #D97C5A

Tints of Burning Sand #D97C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 50.35%
G = 28.77%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D97C5A (or 0xD97C5A) is known color: Burning Sand. HEX triplet: D9, 7C and 5A. RGB value is (217,124,90). Sum of RGB (Red+Green+Blue) = 217+124+90=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C5A is #2683A5. Grayscale: #949494. Windows color (decimal): -2524070 or 5930201. OLE color: 5930201.

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

Color convert

RGB 217 124 90 -
CMYK 0 0.43 0.59 0.15
HSL 16.06º 0.63% 0.6% -
HSV(B) 16.06º 0.59% 0.85% -
XYZ 37.67 29.91 13.46 -
YUV 147.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 217 124 90 0 0.43 0.59 0.15 16.06 0.63 0.6
Hex D9 7C 5A 0 2B 3B F 10 3F 3C
Octal 331 174 132 0 53 73 17 20 77 74
Binary 11011001 1111100 1011010 0 101011 111011 1111 10000 111111 111100

Color Harmonies of #D97C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C5A

Black with #D97C5A

Text Example


Text Example

White with #D97C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C5A; }

 p { color: rgb(217,124,90); }

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

background-color css

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

 a { background-color: rgb(217,124,90); }

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

border-color css

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

 span { border-color: rgb(217,124,90); }

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