Html Css Color HEX #D97D62 Burning Sand

📋 copy color: '#D97D62'

red 217 ◦ green 125 ◦ blue 98

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

Shades of Burning Sand #D97D62

Tints of Burning Sand #D97D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 49.32%
G = 28.41%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D97D62 (or 0xD97D62) is known color: Burning Sand. HEX triplet: D9, 7D and 62. RGB value is (217,125,98). Sum of RGB (Red+Green+Blue) = 217+125+98=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D62 is #26829D. Grayscale: #959595. Windows color (decimal): -2523806 or 6454745. OLE color: 6454745.

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

Color convert

RGB 217 125 98 -
CMYK 0 0.42 0.55 0.15
HSL 13.61º 0.61% 0.62% -
HSV(B) 13.61º 0.55% 0.85% -
XYZ 38.15 30.3 15.39 -
YUV 149.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 217 125 98 0 0.42 0.55 0.15 13.61 0.61 0.62
Hex D9 7D 62 0 2A 37 F E 3D 3E
Octal 331 175 142 0 52 67 17 16 75 76
Binary 11011001 1111101 1100010 0 101010 110111 1111 1110 111101 111110

Color Harmonies of #D97D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D62

Black with #D97D62

Text Example


Text Example

White with #D97D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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