Html Css Color HEX #DB5447 Valencia

📋 copy color: '#DB5447'

red 219 ◦ green 84 ◦ blue 71

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

Shades of Valencia #DB5447

Tints of Valencia #DB5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 58.56%
G = 22.46%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5447 (or 0xDB5447) is known color: Valencia. HEX triplet: DB, 54 and 47. RGB value is (219,84,71). Sum of RGB (Red+Green+Blue) = 219+84+71=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5447 is #24ABB8. Grayscale: #7B7B7B. Windows color (decimal): -2403257 or 4674779. OLE color: 4674779.

HSL color Cylindrical-coordinate representation of color #DB5447: hue angle of 5.27º 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 #DB5447 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 71 -
CMYK 0 0.62 0.68 0.14
HSL 5.27º 0.67% 0.57% -
HSV(B) 5.27º 0.68% 0.86% -
XYZ 33.52 21.86 8.41 -
YUV 122.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 219 84 71 0 0.62 0.68 0.14 5.27 0.67 0.57
Hex DB 54 47 0 3E 44 E 5 43 39
Octal 333 124 107 0 76 104 16 5 103 71
Binary 11011011 1010100 1000111 0 111110 1000100 1110 101 1000011 111001

Color Harmonies of #DB5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5447

Black with #DB5447

Text Example


Text Example

White with #DB5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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