Html Css Color HEX #D98160 Burning Sand

📋 copy color: '#D98160'

red 217 ◦ green 129 ◦ blue 96

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

Shades of Burning Sand #D98160

Tints of Burning Sand #D98160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 49.1%
G = 29.19%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D98160 (or 0xD98160) is known color: Burning Sand. HEX triplet: D9, 81 and 60. RGB value is (217,129,96). Sum of RGB (Red+Green+Blue) = 217+129+96=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D98160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98160 is #267E9F. Grayscale: #979797. Windows color (decimal): -2522784 or 6324697. OLE color: 6324697.

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

Color convert

RGB 217 129 96 -
CMYK 0 0.41 0.56 0.15
HSL 16.36º 0.61% 0.61% -
HSV(B) 16.36º 0.56% 0.85% -
XYZ 38.58 31.3 15.07 -
YUV 151.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 217 129 96 0 0.41 0.56 0.15 16.36 0.61 0.61
Hex D9 81 60 0 29 38 F 10 3D 3D
Octal 331 201 140 0 51 70 17 20 75 75
Binary 11011001 10000001 1100000 0 101001 111000 1111 10000 111101 111101

Color Harmonies of #D98160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98160

Black with #D98160

Text Example


Text Example

White with #D98160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98160; }

 p { color: rgb(217,129,96); }

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

background-color css

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

 a { background-color: rgb(217,129,96); }

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

border-color css

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

 span { border-color: rgb(217,129,96); }

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