Html Css Color HEX #D97C5D Burning Sand

📋 copy color: '#D97C5D'

red 217 ◦ green 124 ◦ blue 93

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

Shades of Burning Sand #D97C5D

Tints of Burning Sand #D97C5D

RGB

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

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

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

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D97C5D (or 0xD97C5D) is known color: Burning Sand. HEX triplet: D9, 7C and 5D. RGB value is (217,124,93). Sum of RGB (Red+Green+Blue) = 217+124+93=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C5D is #2683A2. Grayscale: #949494. Windows color (decimal): -2524067 or 6126809. OLE color: 6126809.

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

Color convert

RGB 217 124 93 -
CMYK 0 0.43 0.57 0.15
HSL 15º 0.62% 0.61% -
HSV(B) 15º 0.57% 0.85% -
XYZ 37.8 29.96 14.15 -
YUV 148.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 217 124 93 0 0.43 0.57 0.15 15 0.62 0.61
Hex D9 7C 5D 0 2B 39 F F 3E 3D
Octal 331 174 135 0 53 71 17 17 76 75
Binary 11011001 1111100 1011101 0 101011 111001 1111 1111 111110 111101

Color Harmonies of #D97C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C5D

Black with #D97C5D

Text Example


Text Example

White with #D97C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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