#D3865C

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

Shades of Burning Sand #D3865C

Tints of Burning Sand #D3865C

Color information

#D3865C (or 0xD3865C) is unknown color: approx Burning Sand. HEX triplet: D3, 86 and 5C. RGB value is (211,134,92). Sum of RGB (Red+Green+Blue) = 211+134+92=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3865C is #2C79A3. Grayscale: #989898. Windows color (decimal): -2914724 or 6063827. OLE color: 6063827.

HSL color Cylindrical-coordinate representation of color #D3865C: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3865C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB21113492-
CMYK00.360.560.17
HSL21.18º57.49%59.41%-
HSV(B)21.18º56.4%82.75%-
XYZ37.3231.6714.27-
YUV152.2494.01169.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=48.28%
G=30.66%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111349200.360.560.1721.1857.4959.41
HexD3865C024381115393b
Octal3232061340447021257173
Binary1101001110000110101110001001001110001000110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3865C; }

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

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

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

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

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

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

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

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