#D26764

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

Shades of Roman #D26764

Tints of Roman #D26764

Color information

#D26764 (or 0xD26764) is unknown color: approx Roman. HEX triplet: D2, 67 and 64. RGB value is (210,103,100). Sum of RGB (Red+Green+Blue) = 210+103+100=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26764 is #2D989B. Grayscale: #868686. Windows color (decimal): -2988188 or 6580178. OLE color: 6580178.

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

Color convert

RGB210103100-
CMYK00.510.520.18
HSL1.64º55%60.78%-
HSV(B)1.64º52.38%82.35%-
XYZ33.7324.3214.97-
YUV134.65108.45181.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=50.85%
G=24.94%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010310000.510.520.181.645560.78
HexD2676403334122373d
Octal322147144063642226775
Binary110100101100111110010001100111101001001010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26764; }

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

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

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

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

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

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

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

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