Html Css Color HEX #D97E65 Burning Sand

📋 copy color: '#D97E65'

red 217 ◦ green 126 ◦ blue 101

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

Shades of Burning Sand #D97E65

Tints of Burning Sand #D97E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 48.87%
G = 28.38%
B = 22.75%

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

#D97E65 (or 0xD97E65) is known color: Burning Sand. HEX triplet: D9, 7E and 65. RGB value is (217,126,101). Sum of RGB (Red+Green+Blue) = 217+126+101=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E65 is #26819A. Grayscale: #969696. Windows color (decimal): -2523547 or 6651609. OLE color: 6651609.

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

Color convert

RGB 217 126 101 -
CMYK 0 0.42 0.53 0.15
HSL 12.93º 0.6% 0.62% -
HSV(B) 12.93º 0.53% 0.85% -
XYZ 38.43 30.61 16.2 -
YUV 150.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 217 126 101 0 0.42 0.53 0.15 12.93 0.6 0.62
Hex D9 7E 65 0 2A 35 F D 3C 3E
Octal 331 176 145 0 52 65 17 15 74 76
Binary 11011001 1111110 1100101 0 101010 110101 1111 1101 111100 111110

Color Harmonies of #D97E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E65

Black with #D97E65

Text Example


Text Example

White with #D97E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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