Html Css Color HEX #DA5548 Valencia

📋 copy color: '#DA5548'

red 218 ◦ green 85 ◦ blue 72

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

Shades of Valencia #DA5548

Tints of Valencia #DA5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 58.13%
G = 22.67%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5548 (or 0xDA5548) is known color: Valencia. HEX triplet: DA, 55 and 48. RGB value is (218,85,72). Sum of RGB (Red+Green+Blue) = 218+85+72=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5548 is #25AAB7. Grayscale: #7B7B7B. Windows color (decimal): -2468536 or 4740570. OLE color: 4740570.

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

Color convert

RGB 218 85 72 -
CMYK 0 0.61 0.67 0.15
HSL 5.34º 0.66% 0.57% -
HSV(B) 5.34º 0.67% 0.85% -
XYZ 33.33 21.87 8.6 -
YUV 123.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 218 85 72 0 0.61 0.67 0.15 5.34 0.66 0.57
Hex DA 55 48 0 3D 43 F 5 42 39
Octal 332 125 110 0 75 103 17 5 102 71
Binary 11011010 1010101 1001000 0 111101 1000011 1111 101 1000010 111001

Color Harmonies of #DA5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5548

Black with #DA5548

Text Example


Text Example

White with #DA5548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5548; }

 p { color: rgb(218,85,72); }

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

background-color css

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

 a { background-color: rgb(218,85,72); }

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

border-color css

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

 span { border-color: rgb(218,85,72); }

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