Html Css Color HEX #D0865F Burning Sand

📋 copy color: '#D0865F'

red 208 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #D0865F

Tints of Burning Sand #D0865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 47.6%
G = 30.66%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0865F (or 0xD0865F) is known color: Burning Sand. HEX triplet: D0, 86 and 5F. RGB value is (208,134,95). Sum of RGB (Red+Green+Blue) = 208+134+95=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0865F is #2F79A0. Grayscale: #979797. Windows color (decimal): -3111329 or 6260432. OLE color: 6260432.

HSL color Cylindrical-coordinate representation of color #D0865F: hue angle of 20.71º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0865F is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 95 -
CMYK 0 0.36 0.54 0.18
HSL 20.71º 0.55% 0.59% -
HSV(B) 20.71º 0.54% 0.82% -
XYZ 36.6 31.29 14.94 -
YUV 151.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 208 134 95 0 0.36 0.54 0.18 20.71 0.55 0.59
Hex D0 86 5F 0 24 36 12 15 37 3B
Octal 320 206 137 0 44 66 22 25 67 73
Binary 11010000 10000110 1011111 0 100100 110110 10010 10101 110111 111011

Color Harmonies of #D0865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0865F

Black with #D0865F

Text Example


Text Example

White with #D0865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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