#DA6964

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

Shades of Roman #DA6964

Tints of Roman #DA6964

Color information

#DA6964 (or 0xDA6964) is unknown color: approx Roman. HEX triplet: DA, 69 and 64. RGB value is (218,105,100). Sum of RGB (Red+Green+Blue) = 218+105+100=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6964 is #25969B. Grayscale: #8A8A8A. Windows color (decimal): -2463388 or 6580698. OLE color: 6580698.

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

Color convert

RGB218105100-
CMYK00.520.540.15
HSL2.54º61.46%62.35%-
HSV(B)2.54º54.13%85.49%-
XYZ36.2725.9315.15-
YUV138.22106.44184.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=51.54%
G=24.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810510000.520.540.152.5461.4662.35
HexDA696403436F33d3e
Octal332151144064661737576
Binary11011010110100111001000110100110110111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6964; }

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

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

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

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

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

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

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

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