Html Css Color HEX #D97B5E Burning Sand

📋 copy color: '#D97B5E'

red 217 ◦ green 123 ◦ blue 94

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

Shades of Burning Sand #D97B5E

Tints of Burning Sand #D97B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.34%

 BLUE value IS 94 (37.11% from 255) = 21.66%

R = 50%
G = 28.34%
B = 21.66%

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

#D97B5E (or 0xD97B5E) is known color: Burning Sand. HEX triplet: D9, 7B and 5E. RGB value is (217,123,94). Sum of RGB (Red+Green+Blue) = 217+123+94=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B5E is #2684A1. Grayscale: #949494. Windows color (decimal): -2524322 or 6192089. OLE color: 6192089.

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

Color convert

RGB 217 123 94 -
CMYK 0 0.43 0.57 0.15
HSL 14.15º 0.62% 0.61% -
HSV(B) 14.15º 0.57% 0.85% -
XYZ 37.72 29.73 14.34 -
YUV 147.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 217 123 94 0 0.43 0.57 0.15 14.15 0.62 0.61
Hex D9 7B 5E 0 2B 39 F E 3E 3D
Octal 331 173 136 0 53 71 17 16 76 75
Binary 11011001 1111011 1011110 0 101011 111001 1111 1110 111110 111101

Color Harmonies of #D97B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B5E

Black with #D97B5E

Text Example


Text Example

White with #D97B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B5E; }

 p { color: rgb(217,123,94); }

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

background-color css

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

 a { background-color: rgb(217,123,94); }

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

border-color css

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

 span { border-color: rgb(217,123,94); }

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