Html Css Color HEX #D0815E Burning Sand

📋 copy color: '#D0815E'

red 208 ◦ green 129 ◦ blue 94

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

Shades of Burning Sand #D0815E

Tints of Burning Sand #D0815E

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 48.26%
G = 29.93%
B = 21.81%

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

#D0815E (or 0xD0815E) is known color: Burning Sand. HEX triplet: D0, 81 and 5E. RGB value is (208,129,94). Sum of RGB (Red+Green+Blue) = 208+129+94=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0815E is #2F7EA1. Grayscale: #949494. Windows color (decimal): -3112610 or 6193616. OLE color: 6193616.

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

Color convert

RGB 208 129 94 -
CMYK 0 0.38 0.55 0.18
HSL 18.42º 0.55% 0.59% -
HSV(B) 18.42º 0.55% 0.82% -
XYZ 35.88 29.92 14.47 -
YUV 148.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 208 129 94 0 0.38 0.55 0.18 18.42 0.55 0.59
Hex D0 81 5E 0 26 37 12 12 37 3B
Octal 320 201 136 0 46 67 22 22 67 73
Binary 11010000 10000001 1011110 0 100110 110111 10010 10010 110111 111011

Color Harmonies of #D0815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0815E

Black with #D0815E

Text Example


Text Example

White with #D0815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0815E; }

 p { color: rgb(208,129,94); }

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

background-color css

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

 a { background-color: rgb(208,129,94); }

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

border-color css

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

 span { border-color: rgb(208,129,94); }

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