Html Css Color HEX #DA6A59 Roman

📋 copy color: '#DA6A59'

red 218 ◦ green 106 ◦ blue 89

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

Shades of Roman #DA6A59

Tints of Roman #DA6A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

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

R = 52.78%
G = 25.67%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA6A59 (or 0xDA6A59) is known color: Roman. HEX triplet: DA, 6A and 59. RGB value is (218,106,89). Sum of RGB (Red+Green+Blue) = 218+106+89=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A59 is #2595A6. Grayscale: #898989. Windows color (decimal): -2463143 or 5860058. OLE color: 5860058.

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

Color convert

RGB 218 106 89 -
CMYK 0 0.51 0.59 0.15
HSL 7.91º 0.64% 0.6% -
HSV(B) 7.91º 0.59% 0.85% -
XYZ 35.87 25.93 12.57 -
YUV 137.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 218 106 89 0 0.51 0.59 0.15 7.91 0.64 0.6
Hex DA 6A 59 0 33 3B F 8 40 3C
Octal 332 152 131 0 63 73 17 10 100 74
Binary 11011010 1101010 1011001 0 110011 111011 1111 1000 1000000 111100

Color Harmonies of #DA6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A59

Black with #DA6A59

Text Example


Text Example

White with #DA6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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