Html Css Color HEX #DA6059 Roman

📋 copy color: '#DA6059'

red 218 ◦ green 96 ◦ blue 89

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

Shades of Roman #DA6059

Tints of Roman #DA6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 54.09%
G = 23.82%
B = 22.08%

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

#DA6059 (or 0xDA6059) is known color: Roman. HEX triplet: DA, 60 and 59. RGB value is (218,96,89). Sum of RGB (Red+Green+Blue) = 218+96+89=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6059 is #259FA6. Grayscale: #838383. Windows color (decimal): -2465703 or 5857498. OLE color: 5857498.

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

Color convert

RGB 218 96 89 -
CMYK 0 0.56 0.59 0.15
HSL 3.26º 0.64% 0.6% -
HSV(B) 3.26º 0.59% 0.85% -
XYZ 34.9 23.99 12.24 -
YUV 131.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 218 96 89 0 0.56 0.59 0.15 3.26 0.64 0.6
Hex DA 60 59 0 38 3B F 3 40 3C
Octal 332 140 131 0 70 73 17 3 100 74
Binary 11011010 1100000 1011001 0 111000 111011 1111 11 1000000 111100

Color Harmonies of #DA6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6059

Black with #DA6059

Text Example


Text Example

White with #DA6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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