#d06055

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

Shades of Sunglo #D06055

Tints of Sunglo #D06055

Color information

#D06055 (or 0xD06055) is unknown color: approx Sunglo. HEX triplet: D0, 60 and 55. RGB value is (208,96,85). Sum of RGB (Red+Green+Blue) = 208+96+85=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D06055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06055 is #2F9FAA. Grayscale: #808080. Windows color (decimal): -3121067 or 5595344. OLE color: 5595344.

HSL color Cylindrical-coordinate representation of color #D06055: hue angle of 5.37º 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 #D06055 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2089685-
CMYK00.540.590.18
HSL5.37º56.68%57.45%-
HSV(B)5.37º59.13%81.57%-
XYZ31.8322.4311.25-
YUV128.23103.61184.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=53.47%
G=24.68%
B=21.85%

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
Decimal208968500.540.590.185.3756.6857.45
HexD060550363B1253939
Octal320140125066732257171
Binary1101000011000001010101011011011101110010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06055; }

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

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

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

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

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

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

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

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