Html Css Color HEX #D8845A Burning Sand

📋 copy color: '#D8845A'

red 216 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #D8845A

Tints of Burning Sand #D8845A

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

 GREEN value IS 132 (51.95% from 255) = 30.14%

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

R = 49.32%
G = 30.14%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8845A (or 0xD8845A) is known color: Burning Sand. HEX triplet: D8, 84 and 5A. RGB value is (216,132,90). Sum of RGB (Red+Green+Blue) = 216+132+90=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8845A is #277BA5. Grayscale: #989898. Windows color (decimal): -2587558 or 5932248. OLE color: 5932248.

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

Color convert

RGB 216 132 90 -
CMYK 0 0.39 0.58 0.15
HSL 20º 0.62% 0.6% -
HSV(B) 20º 0.58% 0.85% -
XYZ 38.42 31.84 13.79 -
YUV 152.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 216 132 90 0 0.39 0.58 0.15 20 0.62 0.6
Hex D8 84 5A 0 27 3A F 14 3E 3C
Octal 330 204 132 0 47 72 17 24 76 74
Binary 11011000 10000100 1011010 0 100111 111010 1111 10100 111110 111100

Color Harmonies of #D8845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8845A

Black with #D8845A

Text Example


Text Example

White with #D8845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8845A; }

 p { color: rgb(216,132,90); }

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

background-color css

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

 a { background-color: rgb(216,132,90); }

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

border-color css

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

 span { border-color: rgb(216,132,90); }

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