Html Css Color HEX #DB5647 Valencia

📋 copy color: '#DB5647'

red 219 ◦ green 86 ◦ blue 71

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

Shades of Valencia #DB5647

Tints of Valencia #DB5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 58.24%
G = 22.87%
B = 18.88%

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

#DB5647 (or 0xDB5647) is known color: Valencia. HEX triplet: DB, 56 and 47. RGB value is (219,86,71). Sum of RGB (Red+Green+Blue) = 219+86+71=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5647 is #24A9B8. Grayscale: #7C7C7C. Windows color (decimal): -2402745 or 4675291. OLE color: 4675291.

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

Color convert

RGB 219 86 71 -
CMYK 0 0.61 0.68 0.14
HSL 6.08º 0.67% 0.57% -
HSV(B) 6.08º 0.68% 0.86% -
XYZ 33.68 22.17 8.47 -
YUV 124.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 219 86 71 0 0.61 0.68 0.14 6.08 0.67 0.57
Hex DB 56 47 0 3D 44 E 6 43 39
Octal 333 126 107 0 75 104 16 6 103 71
Binary 11011011 1010110 1000111 0 111101 1000100 1110 110 1000011 111001

Color Harmonies of #DB5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5647

Black with #DB5647

Text Example


Text Example

White with #DB5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5647; }

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

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

background-color css

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

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

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

border-color css

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

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

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