Html Css Color HEX #D98260 Burning Sand

📋 copy color: '#D98260'

red 217 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #D98260

Tints of Burning Sand #D98260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 48.98%
G = 29.35%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D98260 (or 0xD98260) is known color: Burning Sand. HEX triplet: D9, 82 and 60. RGB value is (217,130,96). Sum of RGB (Red+Green+Blue) = 217+130+96=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D98260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98260 is #267D9F. Grayscale: #989898. Windows color (decimal): -2522528 or 6324953. OLE color: 6324953.

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

Color convert

RGB 217 130 96 -
CMYK 0 0.40 0.56 0.15
HSL 16.86º 0.61% 0.61% -
HSV(B) 16.86º 0.56% 0.85% -
XYZ 38.71 31.56 15.12 -
YUV 152.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 217 130 96 0 0.40 0.56 0.15 16.86 0.61 0.61
Hex D9 82 60 0 28 38 F 11 3D 3D
Octal 331 202 140 0 50 70 17 21 75 75
Binary 11011001 10000010 1100000 0 101000 111000 1111 10001 111101 111101

Color Harmonies of #D98260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98260

Black with #D98260

Text Example


Text Example

White with #D98260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98260; }

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

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

background-color css

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

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

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

border-color css

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

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

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