Html Css Color HEX #D98355 Burning Sand

📋 copy color: '#D98355'

red 217 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #D98355

Tints of Burning Sand #D98355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 50.12%
G = 30.25%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D98355 (or 0xD98355) is known color: Burning Sand. HEX triplet: D9, 83 and 55. RGB value is (217,131,85). Sum of RGB (Red+Green+Blue) = 217+131+85=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D98355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98355 is #267CAA. Grayscale: #979797. Windows color (decimal): -2522283 or 5604313. OLE color: 5604313.

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

Color convert

RGB 217 131 85 -
CMYK 0 0.40 0.61 0.15
HSL 20.91º 0.63% 0.59% -
HSV(B) 20.91º 0.61% 0.85% -
XYZ 38.37 31.64 12.68 -
YUV 151.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 217 131 85 0 0.40 0.61 0.15 20.91 0.63 0.59
Hex D9 83 55 0 28 3D F 15 3F 3B
Octal 331 203 125 0 50 75 17 25 77 73
Binary 11011001 10000011 1010101 0 101000 111101 1111 10101 111111 111011

Color Harmonies of #D98355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98355

Black with #D98355

Text Example


Text Example

White with #D98355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98355; }

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

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

background-color css

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

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

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

border-color css

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

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

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