Html Css Color HEX #DB5B4A Valencia

📋 copy color: '#DB5B4A'

red 219 ◦ green 91 ◦ blue 74

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

Shades of Valencia #DB5B4A

Tints of Valencia #DB5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 57.03%
G = 23.7%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB5B4A (or 0xDB5B4A) is known color: Valencia. HEX triplet: DB, 5B and 4A. RGB value is (219,91,74). Sum of RGB (Red+Green+Blue) = 219+91+74=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B4A is #24A4B5. Grayscale: #7F7F7F. Windows color (decimal): -2401462 or 4873179. OLE color: 4873179.

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

Color convert

RGB 219 91 74 -
CMYK 0 0.58 0.66 0.14
HSL 7.03º 0.67% 0.57% -
HSV(B) 7.03º 0.66% 0.86% -
XYZ 34.19 23.04 9.12 -
YUV 127.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 219 91 74 0 0.58 0.66 0.14 7.03 0.67 0.57
Hex DB 5B 4A 0 3A 42 E 7 43 39
Octal 333 133 112 0 72 102 16 7 103 71
Binary 11011011 1011011 1001010 0 111010 1000010 1110 111 1000011 111001

Color Harmonies of #DB5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B4A

Black with #DB5B4A

Text Example


Text Example

White with #DB5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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