#D26059

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

Shades of Roman #D26059

Tints of Roman #D26059

Color information

#D26059 (or 0xD26059) is unknown color: approx Roman. HEX triplet: D2, 60 and 59. RGB value is (210,96,89). Sum of RGB (Red+Green+Blue) = 210+96+89=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D26059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26059 is #2D9FA6. Grayscale: #818181. Windows color (decimal): -2989991 or 5857490. OLE color: 5857490.

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

Color convert

RGB2109689-
CMYK00.540.580.18
HSL3.47º57.35%58.63%-
HSV(B)3.47º57.62%82.35%-
XYZ32.5622.7912.13-
YUV129.29105.27185.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=53.16%
G=24.30%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210968900.540.580.183.4757.3558.63
HexD260590363A123393b
Octal322140131066722237173
Binary110100101100000101100101101101110101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26059; }

 p { color: rgb(210,96,89); }

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

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

 a { background-color: rgb(210,96,89); }

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

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

 span { border-color: rgb(210,96,89); }

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