#D66054

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

Shades of Roman #D66054

Tints of Roman #D66054

Color information

#D66054 (or 0xD66054) is unknown color: approx Roman. HEX triplet: D6, 60 and 54. RGB value is (214,96,84). Sum of RGB (Red+Green+Blue) = 214+96+84=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D66054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66054 is #299FAB. Grayscale: #828282. Windows color (decimal): -2727852 or 5529814. OLE color: 5529814.

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

Color convert

RGB2149684-
CMYK00.550.610.16
HSL5.54º61.32%58.43%-
HSV(B)5.54º60.75%83.92%-
XYZ33.5123.311.12-
YUV129.91102.09187.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=54.31%
G=24.37%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214968400.550.610.165.5461.3258.43
HexD660540373D1063d3a
Octal326140124067752067572
Binary1101011011000001010100011011111110110000110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66054; }

 p { color: rgb(214,96,84); }

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

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

 a { background-color: rgb(214,96,84); }

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

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

 span { border-color: rgb(214,96,84); }

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