Html Css Color HEX #D97C64 Burning Sand

📋 copy color: '#D97C64'

red 217 ◦ green 124 ◦ blue 100

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

Shades of Burning Sand #D97C64

Tints of Burning Sand #D97C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 49.21%
G = 28.12%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97C64 (or 0xD97C64) is known color: Burning Sand. HEX triplet: D9, 7C and 64. RGB value is (217,124,100). Sum of RGB (Red+Green+Blue) = 217+124+100=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C64 is #26839B. Grayscale: #959595. Windows color (decimal): -2524060 or 6585561. OLE color: 6585561.

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

Color convert

RGB 217 124 100 -
CMYK 0 0.43 0.54 0.15
HSL 12.31º 0.61% 0.62% -
HSV(B) 12.31º 0.54% 0.85% -
XYZ 38.12 30.09 15.85 -
YUV 149.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 217 124 100 0 0.43 0.54 0.15 12.31 0.61 0.62
Hex D9 7C 64 0 2B 36 F C 3D 3E
Octal 331 174 144 0 53 66 17 14 75 76
Binary 11011001 1111100 1100100 0 101011 110110 1111 1100 111101 111110

Color Harmonies of #D97C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C64

Black with #D97C64

Text Example


Text Example

White with #D97C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C64; }

 p { color: rgb(217,124,100); }

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

background-color css

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

 a { background-color: rgb(217,124,100); }

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

border-color css

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

 span { border-color: rgb(217,124,100); }

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