Html Css Color HEX #DA5F54 Roman

📋 copy color: '#DA5F54'

red 218 ◦ green 95 ◦ blue 84

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

Shades of Roman #DA5F54

Tints of Roman #DA5F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 54.91%
G = 23.93%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5F54 (or 0xDA5F54) is known color: Roman. HEX triplet: DA, 5F and 54. RGB value is (218,95,84). Sum of RGB (Red+Green+Blue) = 218+95+84=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F54 is #25A0AB. Grayscale: #828282. Windows color (decimal): -2465964 or 5529562. OLE color: 5529562.

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

Color convert

RGB 218 95 84 -
CMYK 0 0.56 0.61 0.15
HSL 4.93º 0.64% 0.59% -
HSV(B) 4.93º 0.61% 0.85% -
XYZ 34.61 23.73 11.14 -
YUV 130.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 218 95 84 0 0.56 0.61 0.15 4.93 0.64 0.59
Hex DA 5F 54 0 38 3D F 5 40 3B
Octal 332 137 124 0 70 75 17 5 100 73
Binary 11011010 1011111 1010100 0 111000 111101 1111 101 1000000 111011

Color Harmonies of #DA5F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F54

Black with #DA5F54

Text Example


Text Example

White with #DA5F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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