#D06155

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

Shades of Sunglo #D06155

Tints of Sunglo #D06155

Color information

#D06155 (or 0xD06155) is unknown color: approx Sunglo. HEX triplet: D0, 61 and 55. RGB value is (208,97,85). Sum of RGB (Red+Green+Blue) = 208+97+85=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06155 is #2F9EAA. Grayscale: #808080. Windows color (decimal): -3120811 or 5595600. OLE color: 5595600.

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

Color convert

RGB2089785-
CMYK00.530.590.18
HSL5.85º56.68%57.45%-
HSV(B)5.85º59.13%81.57%-
XYZ31.9322.6211.28-
YUV128.82103.27184.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=53.33%
G=24.87%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208978500.530.590.185.8556.6857.45
HexD061550353B1263939
Octal320141125065732267171
Binary1101000011000011010101011010111101110010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06155; }

 p { color: rgb(208,97,85); }

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

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

 a { background-color: rgb(208,97,85); }

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

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

 span { border-color: rgb(208,97,85); }

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