Html Css Color HEX #D6865F Burning Sand

📋 copy color: '#D6865F'

red 214 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #D6865F

Tints of Burning Sand #D6865F

RGB

 RED value IS 214 (83.98% from 255) = 48.31%

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

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

R = 48.31%
G = 30.25%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6865F (or 0xD6865F) is known color: Burning Sand. HEX triplet: D6, 86 and 5F. RGB value is (214,134,95). Sum of RGB (Red+Green+Blue) = 214+134+95=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6865F is #2979A0. Grayscale: #999999. Windows color (decimal): -2718113 or 6260438. OLE color: 6260438.

HSL color Cylindrical-coordinate representation of color #D6865F: hue angle of 19.66º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6865F is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 95 -
CMYK 0 0.37 0.56 0.16
HSL 19.66º 0.59% 0.61% -
HSV(B) 19.66º 0.56% 0.84% -
XYZ 38.32 32.17 15.02 -
YUV 153.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 214 134 95 0 0.37 0.56 0.16 19.66 0.59 0.61
Hex D6 86 5F 0 25 38 10 14 3B 3D
Octal 326 206 137 0 45 70 20 24 73 75
Binary 11010110 10000110 1011111 0 100101 111000 10000 10100 111011 111101

Color Harmonies of #D6865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6865F

Black with #D6865F

Text Example


Text Example

White with #D6865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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