Html Css Color HEX #D0866E Burning Sand

📋 copy color: '#D0866E'

red 208 ◦ green 134 ◦ blue 110

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

Shades of Burning Sand #D0866E

Tints of Burning Sand #D0866E

RGB

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

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

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

R = 46.02%
G = 29.65%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0866E (or 0xD0866E) is known color: Burning Sand. HEX triplet: D0, 86 and 6E. RGB value is (208,134,110). Sum of RGB (Red+Green+Blue) = 208+134+110=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0866E is #2F7991. Grayscale: #999999. Windows color (decimal): -3111314 or 7243472. OLE color: 7243472.

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

Color convert

RGB 208 134 110 -
CMYK 0 0.36 0.47 0.18
HSL 14.69º 0.51% 0.62% -
HSV(B) 14.69º 0.47% 0.82% -
XYZ 37.35 31.59 18.88 -
YUV 153.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 208 134 110 0 0.36 0.47 0.18 14.69 0.51 0.62
Hex D0 86 6E 0 24 2F 12 F 33 3E
Octal 320 206 156 0 44 57 22 17 63 76
Binary 11010000 10000110 1101110 0 100100 101111 10010 1111 110011 111110

Color Harmonies of #D0866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0866E

Black with #D0866E

Text Example


Text Example

White with #D0866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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