Html Css Color HEX #D98164 Burning Sand

📋 copy color: '#D98164'

red 217 ◦ green 129 ◦ blue 100

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

Shades of Burning Sand #D98164

Tints of Burning Sand #D98164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 48.65%
G = 28.92%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D98164 (or 0xD98164) is known color: Burning Sand. HEX triplet: D9, 81 and 64. RGB value is (217,129,100). Sum of RGB (Red+Green+Blue) = 217+129+100=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D98164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98164 is #267E9B. Grayscale: #989898. Windows color (decimal): -2522780 or 6586841. OLE color: 6586841.

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

Color convert

RGB 217 129 100 -
CMYK 0 0.41 0.54 0.15
HSL 14.87º 0.61% 0.62% -
HSV(B) 14.87º 0.54% 0.85% -
XYZ 38.77 31.37 16.07 -
YUV 152.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 217 129 100 0 0.41 0.54 0.15 14.87 0.61 0.62
Hex D9 81 64 0 29 36 F F 3D 3E
Octal 331 201 144 0 51 66 17 17 75 76
Binary 11011001 10000001 1100100 0 101001 110110 1111 1111 111101 111110

Color Harmonies of #D98164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98164

Black with #D98164

Text Example


Text Example

White with #D98164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98164; }

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

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

background-color css

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

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

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

border-color css

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

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

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