#D0826C

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

Shades of Burning Sand #D0826C

Tints of Burning Sand #D0826C

Color information

#D0826C (or 0xD0826C) is unknown color: approx Burning Sand. HEX triplet: D0, 82 and 6C. RGB value is (208,130,108). Sum of RGB (Red+Green+Blue) = 208+130+108=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0826C is #2F7D93. Grayscale: #969696. Windows color (decimal): -3112340 or 7111376. OLE color: 7111376.

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

Color convert

RGB208130108-
CMYK00.380.480.18
HSL13.2º51.55%61.96%-
HSV(B)13.2º48.08%81.57%-
XYZ36.730.4618.13-
YUV150.81103.84168.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=46.64%
G=29.15%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813010800.380.480.1813.251.5561.96
HexD0826C0263012d343e
Octal3202021540466022156476
Binary110100001000001011011000100110110000100101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0826C; }

 p { color: rgb(208,130,108); }

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

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

 a { background-color: rgb(208,130,108); }

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

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

 span { border-color: rgb(208,130,108); }

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