Html Css Color HEX #D0886E Burning Sand

📋 copy color: '#D0886E'

red 208 ◦ green 136 ◦ blue 110

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

Shades of Burning Sand #D0886E

Tints of Burning Sand #D0886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 45.81%
G = 29.96%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0886E (or 0xD0886E) is known color: Burning Sand. HEX triplet: D0, 88 and 6E. RGB value is (208,136,110). Sum of RGB (Red+Green+Blue) = 208+136+110=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0886E is #2F7791. Grayscale: #9A9A9A. Windows color (decimal): -3110802 or 7243984. OLE color: 7243984.

HSL color Cylindrical-coordinate representation of color #D0886E: hue angle of 15.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0886E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 110 -
CMYK 0 0.35 0.47 0.18
HSL 15.92º 0.51% 0.62% -
HSV(B) 15.92º 0.47% 0.82% -
XYZ 37.63 32.14 18.97 -
YUV 154.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 208 136 110 0 0.35 0.47 0.18 15.92 0.51 0.62
Hex D0 88 6E 0 23 2F 12 10 33 3E
Octal 320 210 156 0 43 57 22 20 63 76
Binary 11010000 10001000 1101110 0 100011 101111 10010 10000 110011 111110

Color Harmonies of #D0886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0886E

Black with #D0886E

Text Example


Text Example

White with #D0886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0886E; }

 p { color: rgb(208,136,110); }

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

background-color css

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

 a { background-color: rgb(208,136,110); }

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

border-color css

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

 span { border-color: rgb(208,136,110); }

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