Html Css Color HEX #D97E64 Burning Sand

📋 copy color: '#D97E64'

red 217 ◦ green 126 ◦ blue 100

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

Shades of Burning Sand #D97E64

Tints of Burning Sand #D97E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 48.98%
G = 28.44%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97E64 (or 0xD97E64) is known color: Burning Sand. HEX triplet: D9, 7E and 64. RGB value is (217,126,100). Sum of RGB (Red+Green+Blue) = 217+126+100=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E64 is #26819B. Grayscale: #969696. Windows color (decimal): -2523548 or 6586073. OLE color: 6586073.

HSL color Cylindrical-coordinate representation of color #D97E64: hue angle of 13.33º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D97E64 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 100 -
CMYK 0 0.42 0.54 0.15
HSL 13.33º 0.61% 0.62% -
HSV(B) 13.33º 0.54% 0.85% -
XYZ 38.38 30.59 15.94 -
YUV 150.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 217 126 100 0 0.42 0.54 0.15 13.33 0.61 0.62
Hex D9 7E 64 0 2A 36 F D 3D 3E
Octal 331 176 144 0 52 66 17 15 75 76
Binary 11011001 1111110 1100100 0 101010 110110 1111 1101 111101 111110

Color Harmonies of #D97E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E64

Black with #D97E64

Text Example


Text Example

White with #D97E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E64; }

 p { color: rgb(217,126,100); }

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

background-color css

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

 a { background-color: rgb(217,126,100); }

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

border-color css

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

 span { border-color: rgb(217,126,100); }

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