#D66E67

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

Shades of Roman #D66E67

Tints of Roman #D66E67

Color information

#D66E67 (or 0xD66E67) is unknown color: approx Roman. HEX triplet: D6, 6E and 67. RGB value is (214,110,103). Sum of RGB (Red+Green+Blue) = 214+110+103=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E67 is #299198. Grayscale: #8C8C8C. Windows color (decimal): -2724249 or 6778582. OLE color: 6778582.

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

Color convert

RGB214110103-
CMYK00.490.520.16
HSL3.78º57.51%62.16%-
HSV(B)3.78º51.87%83.92%-
XYZ35.7626.4316.05-
YUV140.3106.96180.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=50.12%
G=25.76%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411010300.490.520.163.7857.5162.16
HexD66E67031341043a3e
Octal326156147061642047276
Binary1101011011011101100111011000111010010000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E67; }

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

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

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

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

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

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

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

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