#DA6666

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

Shades of Roman #DA6666

Tints of Roman #DA6666

Color information

#DA6666 (or 0xDA6666) is unknown color: approx Roman. HEX triplet: DA, 66 and 66. RGB value is (218,102,102). Sum of RGB (Red+Green+Blue) = 218+102+102=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6666 is #259999. Grayscale: #888888. Windows color (decimal): -2464154 or 6711002. OLE color: 6711002.

HSL color Cylindrical-coordinate representation of color #DA6666: hue angle of 0º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6666 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218102102-
CMYK00.530.530.15
HSL61.05%62.75%-
HSV(B)53.21%85.49%-
XYZ36.0625.3715.57-
YUV136.68108.43186-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.66%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=51.66%
G=24.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810210200.530.530.15061.0562.75
HexDA666603535F03d3f
Octal332146146065651707577
Binary1101101011001101100110011010111010111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6666; }

 p { color: rgb(218,102,102); }

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

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

 a { background-color: rgb(218,102,102); }

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

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

 span { border-color: rgb(218,102,102); }

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