Html Css Color HEX #D97F64 Burning Sand

📋 copy color: '#D97F64'

red 217 ◦ green 127 ◦ blue 100

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

Shades of Burning Sand #D97F64

Tints of Burning Sand #D97F64

RGB

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

 GREEN value IS 127 (50% from 255) = 28.6%

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

R = 48.87%
G = 28.6%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97F64 (or 0xD97F64) is known color: Burning Sand. HEX triplet: D9, 7F and 64. RGB value is (217,127,100). Sum of RGB (Red+Green+Blue) = 217+127+100=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F64 is #26809B. Grayscale: #979797. Windows color (decimal): -2523292 or 6586329. OLE color: 6586329.

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

Color convert

RGB 217 127 100 -
CMYK 0 0.41 0.54 0.15
HSL 13.85º 0.61% 0.62% -
HSV(B) 13.85º 0.54% 0.85% -
XYZ 38.5 30.85 15.98 -
YUV 150.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 217 127 100 0 0.41 0.54 0.15 13.85 0.61 0.62
Hex D9 7F 64 0 29 36 F E 3D 3E
Octal 331 177 144 0 51 66 17 16 75 76
Binary 11011001 1111111 1100100 0 101001 110110 1111 1110 111101 111110

Color Harmonies of #D97F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F64

Black with #D97F64

Text Example


Text Example

White with #D97F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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