Html Css Color HEX #DA6159 Roman

📋 copy color: '#DA6159'

red 218 ◦ green 97 ◦ blue 89

#DA6159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DA6159

Tints of Roman #DA6159

RGB

 RED value IS 218 (85.55% from 255) = 53.96%

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 53.96%
G = 24.01%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA6159 (or 0xDA6159) is known color: Roman. HEX triplet: DA, 61 and 59. RGB value is (218,97,89). Sum of RGB (Red+Green+Blue) = 218+97+89=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6159 is #259EA6. Grayscale: #848484. Windows color (decimal): -2465447 or 5857754. OLE color: 5857754.

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

Color convert

RGB 218 97 89 -
CMYK 0 0.56 0.59 0.15
HSL 3.72º 0.64% 0.6% -
HSV(B) 3.72º 0.59% 0.85% -
XYZ 34.99 24.18 12.27 -
YUV 132.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 218 97 89 0 0.56 0.59 0.15 3.72 0.64 0.6
Hex DA 61 59 0 38 3B F 4 40 3C
Octal 332 141 131 0 70 73 17 4 100 74
Binary 11011010 1100001 1011001 0 111000 111011 1111 100 1000000 111100

Color Harmonies of #DA6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6159

Black with #DA6159

Text Example


Text Example

White with #DA6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6159; }

 p { color: rgb(218,97,89); }

 H1.HeaderClassName
 {
   color: #DA6159;
 }
 .AnyTagClassName
 {
   color: #DA6159;
 }
</style>

background-color css

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

 a { background-color: rgb(218,97,89); }

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

border-color css

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

 span { border-color: rgb(218,97,89); }

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