Html Css Color HEX #DA5547 Valencia

📋 copy color: '#DA5547'

red 218 ◦ green 85 ◦ blue 71

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

Shades of Valencia #DA5547

Tints of Valencia #DA5547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 58.29%
G = 22.73%
B = 18.98%

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

#DA5547 (or 0xDA5547) is known color: Valencia. HEX triplet: DA, 55 and 47. RGB value is (218,85,71). Sum of RGB (Red+Green+Blue) = 218+85+71=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5547 is #25AAB8. Grayscale: #7B7B7B. Windows color (decimal): -2468537 or 4675034. OLE color: 4675034.

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

Color convert

RGB 218 85 71 -
CMYK 0 0.61 0.67 0.15
HSL 5.71º 0.67% 0.57% -
HSV(B) 5.71º 0.67% 0.85% -
XYZ 33.3 21.86 8.43 -
YUV 123.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 218 85 71 0 0.61 0.67 0.15 5.71 0.67 0.57
Hex DA 55 47 0 3D 43 F 6 43 39
Octal 332 125 107 0 75 103 17 6 103 71
Binary 11011010 1010101 1000111 0 111101 1000011 1111 110 1000011 111001

Color Harmonies of #DA5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5547

Black with #DA5547

Text Example


Text Example

White with #DA5547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5547; }

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

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

background-color css

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

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

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

border-color css

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

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

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