#D26E65

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

Shades of Roman #D26E65

Tints of Roman #D26E65

Color information

#D26E65 (or 0xD26E65) is unknown color: approx Roman. HEX triplet: D2, 6E and 65. RGB value is (210,110,101). Sum of RGB (Red+Green+Blue) = 210+110+101=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E65 is #2D919A. Grayscale: #8B8B8B. Windows color (decimal): -2986395 or 6647506. OLE color: 6647506.

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

Color convert

RGB210110101-
CMYK00.480.520.18
HSL4.95º54.77%60.98%-
HSV(B)4.95º51.9%82.35%-
XYZ34.525.7915.47-
YUV138.87106.63178.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=49.88%
G=26.13%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011010100.480.520.184.9554.7760.98
HexD26E6503034125373d
Octal322156145060642256775
Binary1101001011011101100101011000011010010010101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E65; }

 p { color: rgb(210,110,101); }

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

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

 a { background-color: rgb(210,110,101); }

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

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

 span { border-color: rgb(210,110,101); }

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