#DA6B6A

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

Shades of Roman #DA6B6A

Tints of Roman #DA6B6A

Color information

#DA6B6A (or 0xDA6B6A) is unknown color: approx Roman. HEX triplet: DA, 6B and 6A. RGB value is (218,107,106). Sum of RGB (Red+Green+Blue) = 218+107+106=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B6A is #259495. Grayscale: #8C8C8C. Windows color (decimal): -2462870 or 6974426. OLE color: 6974426.

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

Color convert

RGB218107106-
CMYK00.510.510.15
HSL0.54º60.22%63.53%-
HSV(B)0.54º51.38%85.49%-
XYZ36.7726.4616.81-
YUV140.07108.77183.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.58%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=50.58%
G=24.83%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810710600.510.510.150.5460.2263.53
HexDA6B6A03333F13c40
Octal3321531520636317174100
Binary11011010110101111010100110011110011111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6B6A; }

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

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

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

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

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

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

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

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