Html Css Color HEX #D97D65 Burning Sand

📋 copy color: '#D97D65'

red 217 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #D97D65

Tints of Burning Sand #D97D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

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

R = 48.98%
G = 28.22%
B = 22.8%

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

#D97D65 (or 0xD97D65) is known color: Burning Sand. HEX triplet: D9, 7D and 65. RGB value is (217,125,101). Sum of RGB (Red+Green+Blue) = 217+125+101=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D65 is #26829A. Grayscale: #959595. Windows color (decimal): -2523803 or 6651353. OLE color: 6651353.

HSL color Cylindrical-coordinate representation of color #D97D65: hue angle of 12.41º 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 #D97D65 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 101 -
CMYK 0 0.42 0.53 0.15
HSL 12.41º 0.6% 0.62% -
HSV(B) 12.41º 0.53% 0.85% -
XYZ 38.3 30.36 16.15 -
YUV 149.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 217 125 101 0 0.42 0.53 0.15 12.41 0.6 0.62
Hex D9 7D 65 0 2A 35 F C 3C 3E
Octal 331 175 145 0 52 65 17 14 74 76
Binary 11011001 1111101 1100101 0 101010 110101 1111 1100 111100 111110

Color Harmonies of #D97D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D65

Black with #D97D65

Text Example


Text Example

White with #D97D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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