Html Css Color HEX #DB5547 Valencia

📋 copy color: '#DB5547'

red 219 ◦ green 85 ◦ blue 71

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

Shades of Valencia #DB5547

Tints of Valencia #DB5547

RGB

 RED value IS 219 (85.94% from 255) = 58.4%

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

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

R = 58.4%
G = 22.67%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5547 (or 0xDB5547) is known color: Valencia. HEX triplet: DB, 55 and 47. RGB value is (219,85,71). Sum of RGB (Red+Green+Blue) = 219+85+71=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5547 is #24AAB8. Grayscale: #7B7B7B. Windows color (decimal): -2403001 or 4675035. OLE color: 4675035.

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

Color convert

RGB 219 85 71 -
CMYK 0 0.61 0.68 0.14
HSL 5.68º 0.67% 0.57% -
HSV(B) 5.68º 0.68% 0.86% -
XYZ 33.6 22.01 8.44 -
YUV 123.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 219 85 71 0 0.61 0.68 0.14 5.68 0.67 0.57
Hex DB 55 47 0 3D 44 E 6 43 39
Octal 333 125 107 0 75 104 16 6 103 71
Binary 11011011 1010101 1000111 0 111101 1000100 1110 110 1000011 111001

Color Harmonies of #DB5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5547

Black with #DB5547

Text Example


Text Example

White with #DB5547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5547; }

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

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

background-color css

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

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

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

border-color css

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

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

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