Html Css Color HEX #DA6959 Roman

📋 copy color: '#DA6959'

red 218 ◦ green 105 ◦ blue 89

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

Shades of Roman #DA6959

Tints of Roman #DA6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

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

R = 52.91%
G = 25.49%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA6959 (or 0xDA6959) is known color: Roman. HEX triplet: DA, 69 and 59. RGB value is (218,105,89). Sum of RGB (Red+Green+Blue) = 218+105+89=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6959 is #2596A6. Grayscale: #898989. Windows color (decimal): -2463399 or 5859802. OLE color: 5859802.

HSL color Cylindrical-coordinate representation of color #DA6959: hue angle of 7.44º 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 #DA6959 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 89 -
CMYK 0 0.52 0.59 0.15
HSL 7.44º 0.64% 0.6% -
HSV(B) 7.44º 0.59% 0.85% -
XYZ 35.77 25.73 12.53 -
YUV 136.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 218 105 89 0 0.52 0.59 0.15 7.44 0.64 0.6
Hex DA 69 59 0 34 3B F 7 40 3C
Octal 332 151 131 0 64 73 17 7 100 74
Binary 11011010 1101001 1011001 0 110100 111011 1111 111 1000000 111100

Color Harmonies of #DA6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6959

Black with #DA6959

Text Example


Text Example

White with #DA6959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6959; }

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

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

background-color css

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

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

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

border-color css

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

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

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