Html Css Color HEX #DB5648 Valencia

📋 copy color: '#DB5648'

red 219 ◦ green 86 ◦ blue 72

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

Shades of Valencia #DB5648

Tints of Valencia #DB5648

RGB

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

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

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

R = 58.09%
G = 22.81%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5648 (or 0xDB5648) is known color: Valencia. HEX triplet: DB, 56 and 48. RGB value is (219,86,72). Sum of RGB (Red+Green+Blue) = 219+86+72=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5648 is #24A9B7. Grayscale: #7C7C7C. Windows color (decimal): -2402744 or 4740827. OLE color: 4740827.

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

Color convert

RGB 219 86 72 -
CMYK 0 0.61 0.67 0.14
HSL 5.71º 0.67% 0.57% -
HSV(B) 5.71º 0.67% 0.86% -
XYZ 33.71 22.18 8.64 -
YUV 124.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 219 86 72 0 0.61 0.67 0.14 5.71 0.67 0.57
Hex DB 56 48 0 3D 43 E 6 43 39
Octal 333 126 110 0 75 103 16 6 103 71
Binary 11011011 1010110 1001000 0 111101 1000011 1110 110 1000011 111001

Color Harmonies of #DB5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5648

Black with #DB5648

Text Example


Text Example

White with #DB5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5648; }

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

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

background-color css

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

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

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

border-color css

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

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

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