#DA6766

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

Shades of Roman #DA6766

Tints of Roman #DA6766

Color information

#DA6766 (or 0xDA6766) is unknown color: approx Roman. HEX triplet: DA, 67 and 66. RGB value is (218,103,102). Sum of RGB (Red+Green+Blue) = 218+103+102=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6766 is #259899. Grayscale: #898989. Windows color (decimal): -2463898 or 6711258. OLE color: 6711258.

HSL color Cylindrical-coordinate representation of color #DA6766: hue angle of 0.52º 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 #DA6766 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218103102-
CMYK00.530.530.15
HSL0.52º61.05%62.75%-
HSV(B)0.52º53.21%85.49%-
XYZ36.1625.5715.6-
YUV137.27108.1185.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=51.54%
G=24.35%
B=24.11%

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
Decimal21810310200.530.530.150.5261.0562.75
HexDA676603535F13d3f
Octal332147146065651717577
Binary1101101011001111100110011010111010111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6766; }

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

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

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

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

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

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

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

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