#D66555

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

Shades of Roman #D66555

Tints of Roman #D66555

Color information

#D66555 (or 0xD66555) is unknown color: approx Roman. HEX triplet: D6, 65 and 55. RGB value is (214,101,85). Sum of RGB (Red+Green+Blue) = 214+101+85=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D66555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66555 is #299AAA. Grayscale: #858585. Windows color (decimal): -2726571 or 5596630. OLE color: 5596630.

HSL color Cylindrical-coordinate representation of color #D66555: hue angle of 7.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66555 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21410185-
CMYK00.530.600.16
HSL7.44º61.14%58.63%-
HSV(B)7.44º60.28%83.92%-
XYZ34.0224.2611.48-
YUV132.96100.94185.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=53.5%
G=25.25%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141018500.530.600.167.4461.1458.63
HexD665550353C1073d3b
Octal326145125065742077573
Binary1101011011001011010101011010111110010000111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66555; }

 p { color: rgb(214,101,85); }

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

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

 a { background-color: rgb(214,101,85); }

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

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

 span { border-color: rgb(214,101,85); }

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