Html Css Color HEX #DB5544 Valencia

📋 copy color: '#DB5544'

red 219 ◦ green 85 ◦ blue 68

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

Shades of Valencia #DB5544

Tints of Valencia #DB5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 58.87%
G = 22.85%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5544 (or 0xDB5544) is known color: Valencia. HEX triplet: DB, 55 and 44. RGB value is (219,85,68). Sum of RGB (Red+Green+Blue) = 219+85+68=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5544 is #24AABB. Grayscale: #7B7B7B. Windows color (decimal): -2403004 or 4478427. OLE color: 4478427.

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

Color convert

RGB 219 85 68 -
CMYK 0 0.61 0.69 0.14
HSL 6.75º 0.68% 0.56% -
HSV(B) 6.75º 0.69% 0.86% -
XYZ 33.51 21.97 7.94 -
YUV 123.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 219 85 68 0 0.61 0.69 0.14 6.75 0.68 0.56
Hex DB 55 44 0 3D 45 E 7 44 38
Octal 333 125 104 0 75 105 16 7 104 70
Binary 11011011 1010101 1000100 0 111101 1000101 1110 111 1000100 111000

Color Harmonies of #DB5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5544

Black with #DB5544

Text Example


Text Example

White with #DB5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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