#D66C5F

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

Shades of Roman #D66C5F

Tints of Roman #D66C5F

Color information

#D66C5F (or 0xD66C5F) is unknown color: approx Roman. HEX triplet: D6, 6C and 5F. RGB value is (214,108,95). Sum of RGB (Red+Green+Blue) = 214+108+95=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5F is #2993A0. Grayscale: #8A8A8A. Windows color (decimal): -2724769 or 6253782. OLE color: 6253782.

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

Color convert

RGB21410895-
CMYK00.500.560.16
HSL6.55º59.2%60.59%-
HSV(B)6.55º55.61%83.92%-
XYZ35.1625.8513.96-
YUV138.21103.62182.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=51.32%
G=25.90%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141089500.500.560.166.5559.260.59
HexD66C5F032381073b3d
Octal326154137062702077375
Binary1101011011011001011111011001011100010000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C5F; }

 p { color: rgb(214,108,95); }

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

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

 a { background-color: rgb(214,108,95); }

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

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

 span { border-color: rgb(214,108,95); }

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