#da6b5e

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

Shades of Roman #DA6B5E

Tints of Roman #DA6B5E

Color information

#DA6B5E (or 0xDA6B5E) is unknown color: approx Roman. HEX triplet: DA, 6B and 5E. RGB value is (218,107,94). Sum of RGB (Red+Green+Blue) = 218+107+94=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B5E is #2594A1. Grayscale: #8A8A8A. Windows color (decimal): -2462882 or 6187994. OLE color: 6187994.

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

Color convert

RGB21810794-
CMYK00.510.570.15
HSL6.29º62.63%61.18%-
HSV(B)6.29º56.88%85.49%-
XYZ36.1926.2313.74-
YUV138.71102.77184.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=52.03%
G=25.54%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181079400.510.570.156.2962.6361.18
HexDA6B5E03339F63f3d
Octal332153136063711767775
Binary110110101101011101111001100111110011111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da6b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da6b5e; }

 p { color: rgb(218,107,94); }

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

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

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

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

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

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

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