#D26B60

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

Shades of Roman #D26B60

Tints of Roman #D26B60

Color information

#D26B60 (or 0xD26B60) is unknown color: approx Roman. HEX triplet: D2, 6B and 60. RGB value is (210,107,96). Sum of RGB (Red+Green+Blue) = 210+107+96=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B60 is #2D949F. Grayscale: #888888. Windows color (decimal): -2987168 or 6319058. OLE color: 6319058.

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

Color convert

RGB21010796-
CMYK00.490.540.18
HSL5.79º55.88%60%-
HSV(B)5.79º54.29%82.35%-
XYZ33.9525.0614.11-
YUV136.54105.12180.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=50.85%
G=25.91%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101079600.490.540.185.7955.8860
HexD26B6003136126383c
Octal322153140061662267074
Binary1101001011010111100000011000111011010010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B60; }

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

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

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

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

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

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

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

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