Html Css Color HEX #DB584A Valencia

📋 copy color: '#DB584A'

red 219 ◦ green 88 ◦ blue 74

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

Shades of Valencia #DB584A

Tints of Valencia #DB584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 57.48%
G = 23.1%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB584A (or 0xDB584A) is known color: Valencia. HEX triplet: DB, 58 and 4A. RGB value is (219,88,74). Sum of RGB (Red+Green+Blue) = 219+88+74=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB584A is #24A7B5. Grayscale: #7D7D7D. Windows color (decimal): -2402230 or 4872411. OLE color: 4872411.

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

Color convert

RGB 219 88 74 -
CMYK 0 0.60 0.66 0.14
HSL 5.79º 0.67% 0.57% -
HSV(B) 5.79º 0.66% 0.86% -
XYZ 33.94 22.53 9.04 -
YUV 125.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 219 88 74 0 0.60 0.66 0.14 5.79 0.67 0.57
Hex DB 58 4A 0 3C 42 E 6 43 39
Octal 333 130 112 0 74 102 16 6 103 71
Binary 11011011 1011000 1001010 0 111100 1000010 1110 110 1000011 111001

Color Harmonies of #DB584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB584A

Black with #DB584A

Text Example


Text Example

White with #DB584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB584A; }

 p { color: rgb(219,88,74); }

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

background-color css

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

 a { background-color: rgb(219,88,74); }

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

border-color css

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

 span { border-color: rgb(219,88,74); }

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