#DA695F

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

Shades of Roman #DA695F

Tints of Roman #DA695F

Color information

#DA695F (or 0xDA695F) is unknown color: approx Roman. HEX triplet: DA, 69 and 5F. RGB value is (218,105,95). Sum of RGB (Red+Green+Blue) = 218+105+95=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA695F is #2596A0. Grayscale: #898989. Windows color (decimal): -2463393 or 6253018. OLE color: 6253018.

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

Color convert

RGB21810595-
CMYK00.520.560.15
HSL4.88º62.44%61.37%-
HSV(B)4.88º56.42%85.49%-
XYZ36.0325.8313.91-
YUV137.65103.94185.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=52.15%
G=25.12%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181059500.520.560.154.8862.4461.37
HexDA695F03438F53e3d
Octal332151137064701757675
Binary110110101101001101111101101001110001111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA695F; }

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

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

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

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

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

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

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

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