#DA6E69

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

Shades of Roman #DA6E69

Tints of Roman #DA6E69

Color information

#DA6E69 (or 0xDA6E69) is unknown color: approx Roman. HEX triplet: DA, 6E and 69. RGB value is (218,110,105). Sum of RGB (Red+Green+Blue) = 218+110+105=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E69 is #259196. Grayscale: #8D8D8D. Windows color (decimal): -2462103 or 6909658. OLE color: 6909658.

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

Color convert

RGB218110105-
CMYK00.500.520.15
HSL2.65º60.43%63.33%-
HSV(B)2.65º51.83%85.49%-
XYZ37.0427.0816.64-
YUV141.72107.28182.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.35%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=50.35%
G=25.40%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811010500.500.520.152.6560.4363.33
HexDA6E6903234F33c3f
Octal332156151062641737477
Binary11011010110111011010010110010110100111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6E69; }

 p { color: rgb(218,110,105); }

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

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

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

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

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

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

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