Html Css Color HEX #D98361 Burning Sand

📋 copy color: '#D98361'

red 217 ◦ green 131 ◦ blue 97

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

Shades of Burning Sand #D98361

Tints of Burning Sand #D98361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 97 (38.28% from 255) = 21.8%

R = 48.76%
G = 29.44%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98361 (or 0xD98361) is known color: Burning Sand. HEX triplet: D9, 83 and 61. RGB value is (217,131,97). Sum of RGB (Red+Green+Blue) = 217+131+97=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D98361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98361 is #267C9E. Grayscale: #999999. Windows color (decimal): -2522271 or 6390745. OLE color: 6390745.

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

Color convert

RGB 217 131 97 -
CMYK 0 0.40 0.55 0.15
HSL 17º 0.61% 0.62% -
HSV(B) 17º 0.55% 0.85% -
XYZ 38.89 31.85 15.41 -
YUV 152.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 217 131 97 0 0.40 0.55 0.15 17 0.61 0.62
Hex D9 83 61 0 28 37 F 11 3D 3E
Octal 331 203 141 0 50 67 17 21 75 76
Binary 11011001 10000011 1100001 0 101000 110111 1111 10001 111101 111110

Color Harmonies of #D98361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98361

Black with #D98361

Text Example


Text Example

White with #D98361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98361; }

 p { color: rgb(217,131,97); }

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

background-color css

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

 a { background-color: rgb(217,131,97); }

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

border-color css

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

 span { border-color: rgb(217,131,97); }

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