Html Css Color HEX #D0886D Burning Sand

📋 copy color: '#D0886D'

red 208 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #D0886D

Tints of Burning Sand #D0886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 45.92%
G = 30.02%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0886D (or 0xD0886D) is known color: Burning Sand. HEX triplet: D0, 88 and 6D. RGB value is (208,136,109). Sum of RGB (Red+Green+Blue) = 208+136+109=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0886D is #2F7792. Grayscale: #9A9A9A. Windows color (decimal): -3110803 or 7178448. OLE color: 7178448.

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

Color convert

RGB 208 136 109 -
CMYK 0 0.35 0.48 0.18
HSL 16.36º 0.51% 0.62% -
HSV(B) 16.36º 0.48% 0.82% -
XYZ 37.58 32.12 18.69 -
YUV 154.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 208 136 109 0 0.35 0.48 0.18 16.36 0.51 0.62
Hex D0 88 6D 0 23 30 12 10 33 3E
Octal 320 210 155 0 43 60 22 20 63 76
Binary 11010000 10001000 1101101 0 100011 110000 10010 10000 110011 111110

Color Harmonies of #D0886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0886D

Black with #D0886D

Text Example


Text Example

White with #D0886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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