Html Css Color HEX #D98061 Burning Sand

📋 copy color: '#D98061'

red 217 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #D98061

Tints of Burning Sand #D98061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.96%

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

R = 49.1%
G = 28.96%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D98061 (or 0xD98061) is known color: Burning Sand. HEX triplet: D9, 80 and 61. RGB value is (217,128,97). Sum of RGB (Red+Green+Blue) = 217+128+97=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D98061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98061 is #267F9E. Grayscale: #979797. Windows color (decimal): -2523039 or 6389977. OLE color: 6389977.

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

Color convert

RGB 217 128 97 -
CMYK 0 0.41 0.55 0.15
HSL 15.5º 0.61% 0.62% -
HSV(B) 15.5º 0.55% 0.85% -
XYZ 38.49 31.05 15.27 -
YUV 151.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 217 128 97 0 0.41 0.55 0.15 15.5 0.61 0.62
Hex D9 80 61 0 29 37 F 10 3D 3E
Octal 331 200 141 0 51 67 17 20 75 76
Binary 11011001 10000000 1100001 0 101001 110111 1111 10000 111101 111110

Color Harmonies of #D98061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98061

Black with #D98061

Text Example


Text Example

White with #D98061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98061; }

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

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

background-color css

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

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

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

border-color css

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

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

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