Html Css Color HEX #D6865E Burning Sand

📋 copy color: '#D6865E'

red 214 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #D6865E

Tints of Burning Sand #D6865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 48.42%
G = 30.32%
B = 21.27%

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

#D6865E (or 0xD6865E) is known color: Burning Sand. HEX triplet: D6, 86 and 5E. RGB value is (214,134,94). Sum of RGB (Red+Green+Blue) = 214+134+94=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6865E is #2979A1. Grayscale: #999999. Windows color (decimal): -2718114 or 6194902. OLE color: 6194902.

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

Color convert

RGB 214 134 94 -
CMYK 0 0.37 0.56 0.16
HSL 20º 0.59% 0.6% -
HSV(B) 20º 0.56% 0.84% -
XYZ 38.28 32.15 14.78 -
YUV 153.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 214 134 94 0 0.37 0.56 0.16 20 0.59 0.6
Hex D6 86 5E 0 25 38 10 14 3B 3C
Octal 326 206 136 0 45 70 20 24 73 74
Binary 11010110 10000110 1011110 0 100101 111000 10000 10100 111011 111100

Color Harmonies of #D6865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6865E

Black with #D6865E

Text Example


Text Example

White with #D6865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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