Html Css Color HEX #DB5954 Valencia

📋 copy color: '#DB5954'

red 219 ◦ green 89 ◦ blue 84

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

Shades of Valencia #DB5954

Tints of Valencia #DB5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 84 (33.2% from 255) = 21.43%

R = 55.87%
G = 22.7%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5954 (or 0xDB5954) is known color: Valencia. HEX triplet: DB, 59 and 54. RGB value is (219,89,84). Sum of RGB (Red+Green+Blue) = 219+89+84=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5954 is #24A6AB. Grayscale: #7F7F7F. Windows color (decimal): -2401964 or 5528027. OLE color: 5528027.

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

Color convert

RGB 219 89 84 -
CMYK 0 0.59 0.62 0.14
HSL 2.22º 0.65% 0.59% -
HSV(B) 2.22º 0.62% 0.86% -
XYZ 34.39 22.84 10.98 -
YUV 127.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 219 89 84 0 0.59 0.62 0.14 2.22 0.65 0.59
Hex DB 59 54 0 3B 3E E 2 41 3B
Octal 333 131 124 0 73 76 16 2 101 73
Binary 11011011 1011001 1010100 0 111011 111110 1110 10 1000001 111011

Color Harmonies of #DB5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5954

Black with #DB5954

Text Example


Text Example

White with #DB5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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