#d06056

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

Shades of Sunglo #D06056

Tints of Sunglo #D06056

Color information

#D06056 (or 0xD06056) is unknown color: approx Sunglo. HEX triplet: D0, 60 and 56. RGB value is (208,96,86). Sum of RGB (Red+Green+Blue) = 208+96+86=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06056 is #2F9FA9. Grayscale: #808080. Windows color (decimal): -3121066 or 5660880. OLE color: 5660880.

HSL color Cylindrical-coordinate representation of color #D06056: hue angle of 4.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06056 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2089686-
CMYK00.540.590.18
HSL4.92º56.48%57.65%-
HSV(B)4.92º58.65%81.57%-
XYZ31.8822.4511.46-
YUV128.35104.11184.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=53.33%
G=24.62%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208968600.540.590.184.9256.4857.65
HexD060560363B125383a
Octal320140126066732257072
Binary1101000011000001010110011011011101110010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06056; }

 p { color: rgb(208,96,86); }

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

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

 a { background-color: rgb(208,96,86); }

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

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

 span { border-color: rgb(208,96,86); }

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