Html Css Color HEX #D0866D Burning Sand

📋 copy color: '#D0866D'

red 208 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #D0866D

Tints of Burning Sand #D0866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

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

R = 46.12%
G = 29.71%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0866D (or 0xD0866D) is known color: Burning Sand. HEX triplet: D0, 86 and 6D. RGB value is (208,134,109). Sum of RGB (Red+Green+Blue) = 208+134+109=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0866D is #2F7992. Grayscale: #999999. Windows color (decimal): -3111315 or 7177936. OLE color: 7177936.

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

Color convert

RGB 208 134 109 -
CMYK 0 0.36 0.48 0.18
HSL 15.15º 0.51% 0.62% -
HSV(B) 15.15º 0.48% 0.82% -
XYZ 37.3 31.56 18.59 -
YUV 153.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 208 134 109 0 0.36 0.48 0.18 15.15 0.51 0.62
Hex D0 86 6D 0 24 30 12 F 33 3E
Octal 320 206 155 0 44 60 22 17 63 76
Binary 11010000 10000110 1101101 0 100100 110000 10010 1111 110011 111110

Color Harmonies of #D0866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0866D

Black with #D0866D

Text Example


Text Example

White with #D0866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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