#D66A6A

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

Shades of Roman #D66A6A

Tints of Roman #D66A6A

Color information

#D66A6A (or 0xD66A6A) is unknown color: approx Roman. HEX triplet: D6, 6A and 6A. RGB value is (214,106,106). Sum of RGB (Red+Green+Blue) = 214+106+106=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A6A is #299595. Grayscale: #8A8A8A. Windows color (decimal): -2725270 or 6974166. OLE color: 6974166.

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

Color convert

RGB214106106-
CMYK00.500.500.16
HSL56.84%62.75%-
HSV(B)50.47%83.92%-
XYZ35.4925.6416.72-
YUV138.29109.78182-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=50.23%
G=24.88%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410610600.500.500.16056.8462.75
HexD66A6A03232100393f
Octal326152152062622007177
Binary11010110110101011010100110010110010100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A6A; }

 p { color: rgb(214,106,106); }

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

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

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

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

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

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

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