Html Css Color HEX #D97B64 Burning Sand

📋 copy color: '#D97B64'

red 217 ◦ green 123 ◦ blue 100

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

Shades of Burning Sand #D97B64

Tints of Burning Sand #D97B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

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

R = 49.32%
G = 27.95%
B = 22.73%

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

#D97B64 (or 0xD97B64) is known color: Burning Sand. HEX triplet: D9, 7B and 64. RGB value is (217,123,100). Sum of RGB (Red+Green+Blue) = 217+123+100=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B64 is #26849B. Grayscale: #949494. Windows color (decimal): -2524316 or 6585305. OLE color: 6585305.

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

Color convert

RGB 217 123 100 -
CMYK 0 0.43 0.54 0.15
HSL 11.79º 0.61% 0.62% -
HSV(B) 11.79º 0.54% 0.85% -
XYZ 38 29.84 15.81 -
YUV 148.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 217 123 100 0 0.43 0.54 0.15 11.79 0.61 0.62
Hex D9 7B 64 0 2B 36 F C 3D 3E
Octal 331 173 144 0 53 66 17 14 75 76
Binary 11011001 1111011 1100100 0 101011 110110 1111 1100 111101 111110

Color Harmonies of #D97B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B64

Black with #D97B64

Text Example


Text Example

White with #D97B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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