Html Css Color HEX #D1815F Burning Sand

📋 copy color: '#D1815F'

red 209 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #D1815F

Tints of Burning Sand #D1815F

RGB

 RED value IS 209 (82.03% from 255) = 48.27%

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 48.27%
G = 29.79%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1815F (or 0xD1815F) is known color: Burning Sand. HEX triplet: D1, 81 and 5F. RGB value is (209,129,95). Sum of RGB (Red+Green+Blue) = 209+129+95=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1815F is #2E7EA0. Grayscale: #959595. Windows color (decimal): -3047073 or 6259153. OLE color: 6259153.

HSL color Cylindrical-coordinate representation of color #D1815F: hue angle of 17.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1815F is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 95 -
CMYK 0 0.38 0.55 0.18
HSL 17.89º 0.55% 0.6% -
HSV(B) 17.89º 0.55% 0.82% -
XYZ 36.21 30.08 14.72 -
YUV 149.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 209 129 95 0 0.38 0.55 0.18 17.89 0.55 0.6
Hex D1 81 5F 0 26 37 12 12 37 3C
Octal 321 201 137 0 46 67 22 22 67 74
Binary 11010001 10000001 1011111 0 100110 110111 10010 10010 110111 111100

Color Harmonies of #D1815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1815F

Black with #D1815F

Text Example


Text Example

White with #D1815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1815F; }

 p { color: rgb(209,129,95); }

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

background-color css

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

 a { background-color: rgb(209,129,95); }

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

border-color css

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

 span { border-color: rgb(209,129,95); }

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