#D26C61

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

Shades of Roman #D26C61

Tints of Roman #D26C61

Color information

#D26C61 (or 0xD26C61) is unknown color: approx Roman. HEX triplet: D2, 6C and 61. RGB value is (210,108,97). Sum of RGB (Red+Green+Blue) = 210+108+97=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C61 is #2D939E. Grayscale: #898989. Windows color (decimal): -2986911 or 6384850. OLE color: 6384850.

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

Color convert

RGB21010897-
CMYK00.490.540.18
HSL5.84º55.67%60.2%-
HSV(B)5.84º53.81%82.35%-
XYZ34.125.2914.39-
YUV137.24105.29179.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=50.60%
G=26.02%
B=23.37%

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
Decimal2101089700.490.540.185.8455.6760.2
HexD26C6103136126383c
Octal322154141061662267074
Binary1101001011011001100001011000111011010010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C61; }

 p { color: rgb(210,108,97); }

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

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

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

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

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

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

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