Html Css Color HEX #D97E66 Burning Sand

📋 copy color: '#D97E66'

red 217 ◦ green 126 ◦ blue 102

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

Shades of Burning Sand #D97E66

Tints of Burning Sand #D97E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 48.76%
G = 28.31%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97E66 (or 0xD97E66) is known color: Burning Sand. HEX triplet: D9, 7E and 66. RGB value is (217,126,102). Sum of RGB (Red+Green+Blue) = 217+126+102=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E66 is #268199. Grayscale: #969696. Windows color (decimal): -2523546 or 6717145. OLE color: 6717145.

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

Color convert

RGB 217 126 102 -
CMYK 0 0.42 0.53 0.15
HSL 12.52º 0.6% 0.63% -
HSV(B) 12.52º 0.53% 0.85% -
XYZ 38.47 30.63 16.46 -
YUV 150.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 217 126 102 0 0.42 0.53 0.15 12.52 0.6 0.63
Hex D9 7E 66 0 2A 35 F D 3C 3F
Octal 331 176 146 0 52 65 17 15 74 77
Binary 11011001 1111110 1100110 0 101010 110101 1111 1101 111100 111111

Color Harmonies of #D97E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E66

Black with #D97E66

Text Example


Text Example

White with #D97E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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