Html Css Color HEX #DB5B4F Valencia

📋 copy color: '#DB5B4F'

red 219 ◦ green 91 ◦ blue 79

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

Shades of Valencia #DB5B4F

Tints of Valencia #DB5B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 56.3%
G = 23.39%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB5B4F (or 0xDB5B4F) is known color: Valencia. HEX triplet: DB, 5B and 4F. RGB value is (219,91,79). Sum of RGB (Red+Green+Blue) = 219+91+79=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B4F is #24A4B0. Grayscale: #808080. Windows color (decimal): -2401457 or 5200859. OLE color: 5200859.

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

Color convert

RGB 219 91 79 -
CMYK 0 0.58 0.64 0.14
HSL 5.14º 0.66% 0.58% -
HSV(B) 5.14º 0.64% 0.86% -
XYZ 34.37 23.11 10.05 -
YUV 127.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 219 91 79 0 0.58 0.64 0.14 5.14 0.66 0.58
Hex DB 5B 4F 0 3A 40 E 5 42 3A
Octal 333 133 117 0 72 100 16 5 102 72
Binary 11011011 1011011 1001111 0 111010 1000000 1110 101 1000010 111010

Color Harmonies of #DB5B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B4F

Black with #DB5B4F

Text Example


Text Example

White with #DB5B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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