Html Css Color HEX #D17F5D Burning Sand

📋 copy color: '#D17F5D'

red 209 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #D17F5D

Tints of Burning Sand #D17F5D

RGB

 RED value IS 209 (82.03% from 255) = 48.72%

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

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

R = 48.72%
G = 29.6%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D17F5D (or 0xD17F5D) is known color: Burning Sand. HEX triplet: D1, 7F and 5D. RGB value is (209,127,93). Sum of RGB (Red+Green+Blue) = 209+127+93=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F5D is #2E80A2. Grayscale: #939393. Windows color (decimal): -3047587 or 6127569. OLE color: 6127569.

HSL color Cylindrical-coordinate representation of color #D17F5D: hue angle of 17.59º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D17F5D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 127 93 -
CMYK 0 0.39 0.56 0.18
HSL 17.59º 0.56% 0.59% -
HSV(B) 17.59º 0.56% 0.82% -
XYZ 35.86 29.52 14.16 -
YUV 147.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 209 127 93 0 0.39 0.56 0.18 17.59 0.56 0.59
Hex D1 7F 5D 0 27 38 12 12 38 3B
Octal 321 177 135 0 47 70 22 22 70 73
Binary 11010001 1111111 1011101 0 100111 111000 10010 10010 111000 111011

Color Harmonies of #D17F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F5D

Black with #D17F5D

Text Example


Text Example

White with #D17F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F5D; }

 p { color: rgb(209,127,93); }

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

background-color css

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

 a { background-color: rgb(209,127,93); }

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

border-color css

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

 span { border-color: rgb(209,127,93); }

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