#D6865C

Color #D6865C Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D6865C

Tints of Burning Sand #D6865C

Color information

#D6865C (or 0xD6865C) is unknown color: approx Burning Sand. HEX triplet: D6, 86 and 5C. RGB value is (214,134,92). Sum of RGB (Red+Green+Blue) = 214+134+92=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6865C is #2979A3. Grayscale: #999999. Windows color (decimal): -2718116 or 6063830. OLE color: 6063830.

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

Color convert

RGB21413492-
CMYK00.370.570.16
HSL20.66º59.8%60%-
HSV(B)20.66º57.01%83.92%-
XYZ38.1932.1214.31-
YUV153.1393.5171.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=48.64%
G=30.45%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141349200.370.570.1620.6659.860
HexD6865C0253910153c3c
Octal3262061340457120257474
Binary1101011010000110101110001001011110011000010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6865C; }

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

 H1.HeaderClassName
 {
   color: #D6865C;
 }
 .AnyTagClassName
 {
   color: #D6865C;
 }
</style>
background-color css

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

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

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

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

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

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