Html Css Color HEX #D98256 Burning Sand

📋 copy color: '#D98256'

red 217 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #D98256

Tints of Burning Sand #D98256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.86%

R = 50.12%
G = 30.02%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D98256 (or 0xD98256) is known color: Burning Sand. HEX triplet: D9, 82 and 56. RGB value is (217,130,86). Sum of RGB (Red+Green+Blue) = 217+130+86=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D98256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98256 is #267DA9. Grayscale: #979797. Windows color (decimal): -2522538 or 5669593. OLE color: 5669593.

HSL color Cylindrical-coordinate representation of color #D98256: hue angle of 20.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D98256 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 86 -
CMYK 0 0.40 0.60 0.15
HSL 20.15º 0.63% 0.59% -
HSV(B) 20.15º 0.6% 0.85% -
XYZ 38.28 31.39 12.85 -
YUV 151 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 217 130 86 0 0.40 0.60 0.15 20.15 0.63 0.59
Hex D9 82 56 0 28 3C F 14 3F 3B
Octal 331 202 126 0 50 74 17 24 77 73
Binary 11011001 10000010 1010110 0 101000 111100 1111 10100 111111 111011

Color Harmonies of #D98256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98256

Black with #D98256

Text Example


Text Example

White with #D98256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98256; }

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

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

background-color css

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

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

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

border-color css

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

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

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