#D66E61

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

Shades of Roman #D66E61

Tints of Roman #D66E61

Color information

#D66E61 (or 0xD66E61) is unknown color: approx Roman. HEX triplet: D6, 6E and 61. RGB value is (214,110,97). Sum of RGB (Red+Green+Blue) = 214+110+97=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E61 is #29919E. Grayscale: #8B8B8B. Windows color (decimal): -2724255 or 6385366. OLE color: 6385366.

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

Color convert

RGB21411097-
CMYK00.490.550.16
HSL6.67º58.79%60.98%-
HSV(B)6.67º54.67%83.92%-
XYZ35.4726.3114.52-
YUV139.61103.96181.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=50.83%
G=26.13%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141109700.490.550.166.6758.7960.98
HexD66E61031371073b3d
Octal326156141061672077375
Binary1101011011011101100001011000111011110000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E61; }

 p { color: rgb(214,110,97); }

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

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

 a { background-color: rgb(214,110,97); }

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

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

 span { border-color: rgb(214,110,97); }

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