Html Css Color HEX #D97F56 Burning Sand

📋 copy color: '#D97F56'

red 217 ◦ green 127 ◦ blue 86

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

Shades of Burning Sand #D97F56

Tints of Burning Sand #D97F56

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 86 (33.98% from 255) = 20%

R = 50.47%
G = 29.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D97F56 (or 0xD97F56) is known color: Burning Sand. HEX triplet: D9, 7F and 56. RGB value is (217,127,86). Sum of RGB (Red+Green+Blue) = 217+127+86=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F56 is #2680A9. Grayscale: #959595. Windows color (decimal): -2523306 or 5668825. OLE color: 5668825.

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

Color convert

RGB 217 127 86 -
CMYK 0 0.41 0.60 0.15
HSL 18.78º 0.63% 0.59% -
HSV(B) 18.78º 0.6% 0.85% -
XYZ 37.88 30.6 12.71 -
YUV 149.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 217 127 86 0 0.41 0.60 0.15 18.78 0.63 0.59
Hex D9 7F 56 0 29 3C F 13 3F 3B
Octal 331 177 126 0 51 74 17 23 77 73
Binary 11011001 1111111 1010110 0 101001 111100 1111 10011 111111 111011

Color Harmonies of #D97F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F56

Black with #D97F56

Text Example


Text Example

White with #D97F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F56; }

 p { color: rgb(217,127,86); }

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

background-color css

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

 a { background-color: rgb(217,127,86); }

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

border-color css

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

 span { border-color: rgb(217,127,86); }

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