#D26460

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

Shades of Roman #D26460

Tints of Roman #D26460

Color information

#D26460 (or 0xD26460) is unknown color: approx Roman. HEX triplet: D2, 64 and 60. RGB value is (210,100,96). Sum of RGB (Red+Green+Blue) = 210+100+96=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D26460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26460 is #2D9B9F. Grayscale: #848484. Windows color (decimal): -2988960 or 6317266. OLE color: 6317266.

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

Color convert

RGB21010096-
CMYK00.520.540.18
HSL2.11º55.88%60%-
HSV(B)2.11º54.29%82.35%-
XYZ33.2523.6613.88-
YUV132.43107.44183.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=51.72%
G=24.63%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101009600.520.540.182.1155.8860
HexD2646003436122383c
Octal322144140064662227074
Binary110100101100100110000001101001101101001010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26460; }

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

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

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

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

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

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

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

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