Html Css Color HEX #D1815A Burning Sand

📋 copy color: '#D1815A'

red 209 ◦ green 129 ◦ blue 90

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

Shades of Burning Sand #D1815A

Tints of Burning Sand #D1815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 48.83%
G = 30.14%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1815A (or 0xD1815A) is known color: Burning Sand. HEX triplet: D1, 81 and 5A. RGB value is (209,129,90). Sum of RGB (Red+Green+Blue) = 209+129+90=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1815A is #2E7EA5. Grayscale: #949494. Windows color (decimal): -3047078 or 5931473. OLE color: 5931473.

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

Color convert

RGB 209 129 90 -
CMYK 0 0.38 0.57 0.18
HSL 19.66º 0.56% 0.59% -
HSV(B) 19.66º 0.57% 0.82% -
XYZ 35.99 29.99 13.57 -
YUV 148.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 209 129 90 0 0.38 0.57 0.18 19.66 0.56 0.59
Hex D1 81 5A 0 26 39 12 14 38 3B
Octal 321 201 132 0 46 71 22 24 70 73
Binary 11010001 10000001 1011010 0 100110 111001 10010 10100 111000 111011

Color Harmonies of #D1815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1815A

Black with #D1815A

Text Example


Text Example

White with #D1815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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