#D06755

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

Shades of Sunglo #D06755

Tints of Sunglo #D06755

Color information

#D06755 (or 0xD06755) is unknown color: approx Sunglo. HEX triplet: D0, 67 and 55. RGB value is (208,103,85). Sum of RGB (Red+Green+Blue) = 208+103+85=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06755 is #2F98AA. Grayscale: #848484. Windows color (decimal): -3119275 or 5597136. OLE color: 5597136.

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

Color convert

RGB20810385-
CMYK00.500.590.18
HSL8.78º56.68%57.45%-
HSV(B)8.78º59.13%81.57%-
XYZ32.523.7711.47-
YUV132.34101.29181.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.53%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=52.53%
G=26.01%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081038500.500.590.188.7856.6857.45
HexD067550323B1293939
Octal3201471250627322117171
Binary11010000110011110101010110010111011100101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06755; }

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

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

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

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

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

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

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

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