Html Css Color HEX #DA5E54 Roman

📋 copy color: '#DA5E54'

red 218 ◦ green 94 ◦ blue 84

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

Shades of Roman #DA5E54

Tints of Roman #DA5E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 55.05%
G = 23.74%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5E54 (or 0xDA5E54) is known color: Roman. HEX triplet: DA, 5E and 54. RGB value is (218,94,84). Sum of RGB (Red+Green+Blue) = 218+94+84=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E54 is #25A1AB. Grayscale: #828282. Windows color (decimal): -2466220 or 5529306. OLE color: 5529306.

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

Color convert

RGB 218 94 84 -
CMYK 0 0.57 0.61 0.15
HSL 4.48º 0.64% 0.59% -
HSV(B) 4.48º 0.61% 0.85% -
XYZ 34.52 23.55 11.11 -
YUV 129.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 218 94 84 0 0.57 0.61 0.15 4.48 0.64 0.59
Hex DA 5E 54 0 39 3D F 4 40 3B
Octal 332 136 124 0 71 75 17 4 100 73
Binary 11011010 1011110 1010100 0 111001 111101 1111 100 1000000 111011

Color Harmonies of #DA5E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E54

Black with #DA5E54

Text Example


Text Example

White with #DA5E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E54; }

 p { color: rgb(218,94,84); }

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

background-color css

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

 a { background-color: rgb(218,94,84); }

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

border-color css

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

 span { border-color: rgb(218,94,84); }

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