#D06355

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

Shades of Sunglo #D06355

Tints of Sunglo #D06355

Color information

#D06355 (or 0xD06355) is unknown color: approx Sunglo. HEX triplet: D0, 63 and 55. RGB value is (208,99,85). Sum of RGB (Red+Green+Blue) = 208+99+85=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06355 is #2F9CAA. Grayscale: #828282. Windows color (decimal): -3120299 or 5596112. OLE color: 5596112.

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

Color convert

RGB2089985-
CMYK00.520.590.18
HSL6.83º56.68%57.45%-
HSV(B)6.83º59.13%81.57%-
XYZ32.1122.9911.34-
YUV130102.61183.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=53.06%
G=25.26%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208998500.520.590.186.8356.6857.45
HexD063550343B1273939
Octal320143125064732277171
Binary1101000011000111010101011010011101110010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06355; }

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

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

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

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

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

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

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

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