#D26767

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

Shades of Roman #D26767

Tints of Roman #D26767

Color information

#D26767 (or 0xD26767) is unknown color: approx Roman. HEX triplet: D2, 67 and 67. RGB value is (210,103,103). Sum of RGB (Red+Green+Blue) = 210+103+103=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26767 is #2D9898. Grayscale: #878787. Windows color (decimal): -2988185 or 6776786. OLE color: 6776786.

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

Color convert

RGB210103103-
CMYK00.510.510.18
HSL54.31%61.37%-
HSV(B)50.95%82.35%-
XYZ33.8824.3815.75-
YUV134.99109.95181.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=50.48%
G=24.76%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010310300.510.510.18054.3161.37
HexD2676703333120363d
Octal322147147063632206675
Binary11010010110011111001110110011110011100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26767; }

 p { color: rgb(210,103,103); }

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

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

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

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

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

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

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