Html Css Color HEX #D97E68 Burning Sand

📋 copy color: '#D97E68'

red 217 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #D97E68

Tints of Burning Sand #D97E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 48.55%
G = 28.19%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97E68 (or 0xD97E68) is known color: Burning Sand. HEX triplet: D9, 7E and 68. RGB value is (217,126,104). Sum of RGB (Red+Green+Blue) = 217+126+104=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E68 is #268197. Grayscale: #969696. Windows color (decimal): -2523544 or 6848217. OLE color: 6848217.

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

Color convert

RGB 217 126 104 -
CMYK 0 0.42 0.52 0.15
HSL 11.68º 0.6% 0.63% -
HSV(B) 11.68º 0.52% 0.85% -
XYZ 38.57 30.67 16.98 -
YUV 150.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 217 126 104 0 0.42 0.52 0.15 11.68 0.6 0.63
Hex D9 7E 68 0 2A 34 F C 3C 3F
Octal 331 176 150 0 52 64 17 14 74 77
Binary 11011001 1111110 1101000 0 101010 110100 1111 1100 111100 111111

Color Harmonies of #D97E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E68

Black with #D97E68

Text Example


Text Example

White with #D97E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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