Html Css Color HEX #D0886C Burning Sand

📋 copy color: '#D0886C'

red 208 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #D0886C

Tints of Burning Sand #D0886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 46.02%
G = 30.09%
B = 23.89%

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

#D0886C (or 0xD0886C) is known color: Burning Sand. HEX triplet: D0, 88 and 6C. RGB value is (208,136,108). Sum of RGB (Red+Green+Blue) = 208+136+108=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0886C is #2F7793. Grayscale: #9A9A9A. Windows color (decimal): -3110804 or 7112912. OLE color: 7112912.

HSL color Cylindrical-coordinate representation of color #D0886C: hue angle of 16.8º degrees, saturation: 0.52, 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 #D0886C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 108 -
CMYK 0 0.35 0.48 0.18
HSL 16.8º 0.52% 0.62% -
HSV(B) 16.8º 0.48% 0.82% -
XYZ 37.52 32.1 18.41 -
YUV 154.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 208 136 108 0 0.35 0.48 0.18 16.8 0.52 0.62
Hex D0 88 6C 0 23 30 12 11 34 3E
Octal 320 210 154 0 43 60 22 21 64 76
Binary 11010000 10001000 1101100 0 100011 110000 10010 10001 110100 111110

Color Harmonies of #D0886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0886C

Black with #D0886C

Text Example


Text Example

White with #D0886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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