#D0846A

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

Shades of Burning Sand #D0846A

Tints of Burning Sand #D0846A

Color information

#D0846A (or 0xD0846A) is unknown color: approx Burning Sand. HEX triplet: D0, 84 and 6A. RGB value is (208,132,106). Sum of RGB (Red+Green+Blue) = 208+132+106=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0846A is #2F7B95. Grayscale: #979797. Windows color (decimal): -3111830 or 6980816. OLE color: 6980816.

HSL color Cylindrical-coordinate representation of color #D0846A: hue angle of 15.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0846A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208132106-
CMYK00.370.490.18
HSL15.29º52.04%61.57%-
HSV(B)15.29º49.04%81.57%-
XYZ36.8730.9517.67-
YUV151.76102.18168.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=46.64%
G=29.60%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813210600.370.490.1815.2952.0461.57
HexD0846A0253112f343e
Octal3202041520456122176476
Binary110100001000010011010100100101110001100101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0846A; }

 p { color: rgb(208,132,106); }

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

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

 a { background-color: rgb(208,132,106); }

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

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

 span { border-color: rgb(208,132,106); }

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