Html Css Color HEX #DB5346 Valencia

📋 copy color: '#DB5346'

red 219 ◦ green 83 ◦ blue 70

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

Shades of Valencia #DB5346

Tints of Valencia #DB5346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 58.87%
G = 22.31%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5346 (or 0xDB5346) is known color: Valencia. HEX triplet: DB, 53 and 46. RGB value is (219,83,70). Sum of RGB (Red+Green+Blue) = 219+83+70=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5346 is #24ACB9. Grayscale: #7A7A7A. Windows color (decimal): -2403514 or 4608987. OLE color: 4608987.

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

Color convert

RGB 219 83 70 -
CMYK 0 0.62 0.68 0.14
HSL 5.23º 0.67% 0.57% -
HSV(B) 5.23º 0.68% 0.86% -
XYZ 33.41 21.69 8.22 -
YUV 122.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 219 83 70 0 0.62 0.68 0.14 5.23 0.67 0.57
Hex DB 53 46 0 3E 44 E 5 43 39
Octal 333 123 106 0 76 104 16 5 103 71
Binary 11011011 1010011 1000110 0 111110 1000100 1110 101 1000011 111001

Color Harmonies of #DB5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5346

Black with #DB5346

Text Example


Text Example

White with #DB5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5346; }

 p { color: rgb(219,83,70); }

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

background-color css

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

 a { background-color: rgb(219,83,70); }

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

border-color css

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

 span { border-color: rgb(219,83,70); }

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