#DA6868

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

Shades of Roman #DA6868

Tints of Roman #DA6868

Color information

#DA6868 (or 0xDA6868) is unknown color: approx Roman. HEX triplet: DA, 68 and 68. RGB value is (218,104,104). Sum of RGB (Red+Green+Blue) = 218+104+104=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6868 is #259797. Grayscale: #8A8A8A. Windows color (decimal): -2463640 or 6842586. OLE color: 6842586.

HSL color Cylindrical-coordinate representation of color #DA6868: 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.52%. Process color model (Four color, CMYK) of #DA6868 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218104104-
CMYK00.520.520.15
HSL60.64%63.14%-
HSV(B)52.29%85.49%-
XYZ36.3625.8116.16-
YUV138.09108.77185-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.17%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=51.17%
G=24.41%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810410400.520.520.15060.6463.14
HexDA686803434F03d3f
Octal332150150064641707577
Binary1101101011010001101000011010011010011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6868; }

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

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

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

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

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

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

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

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