Html Css Color HEX #DA5D57 Roman

📋 copy color: '#DA5D57'

red 218 ◦ green 93 ◦ blue 87

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

Shades of Roman #DA5D57

Tints of Roman #DA5D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 54.77%
G = 23.37%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5D57 (or 0xDA5D57) is known color: Roman. HEX triplet: DA, 5D and 57. RGB value is (218,93,87). Sum of RGB (Red+Green+Blue) = 218+93+87=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D57 is #25A2A8. Grayscale: #818181. Windows color (decimal): -2466473 or 5725658. OLE color: 5725658.

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

Color convert

RGB 218 93 87 -
CMYK 0 0.57 0.60 0.15
HSL 2.75º 0.64% 0.6% -
HSV(B) 2.75º 0.6% 0.85% -
XYZ 34.55 23.42 11.72 -
YUV 129.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 218 93 87 0 0.57 0.60 0.15 2.75 0.64 0.6
Hex DA 5D 57 0 39 3C F 3 40 3C
Octal 332 135 127 0 71 74 17 3 100 74
Binary 11011010 1011101 1010111 0 111001 111100 1111 11 1000000 111100

Color Harmonies of #DA5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D57

Black with #DA5D57

Text Example


Text Example

White with #DA5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D57; }

 p { color: rgb(218,93,87); }

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

background-color css

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

 a { background-color: rgb(218,93,87); }

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

border-color css

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

 span { border-color: rgb(218,93,87); }

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