Html Css Color HEX #DB5946 Valencia

📋 copy color: '#DB5946'

red 219 ◦ green 89 ◦ blue 70

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

Shades of Valencia #DB5946

Tints of Valencia #DB5946

RGB

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

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

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

R = 57.94%
G = 23.54%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5946 (or 0xDB5946) is known color: Valencia. HEX triplet: DB, 59 and 46. RGB value is (219,89,70). Sum of RGB (Red+Green+Blue) = 219+89+70=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5946 is #24A6B9. Grayscale: #7D7D7D. Windows color (decimal): -2401978 or 4610523. OLE color: 4610523.

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

Color convert

RGB 219 89 70 -
CMYK 0 0.59 0.68 0.14
HSL 7.65º 0.67% 0.57% -
HSV(B) 7.65º 0.68% 0.86% -
XYZ 33.89 22.65 8.38 -
YUV 125.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 219 89 70 0 0.59 0.68 0.14 7.65 0.67 0.57
Hex DB 59 46 0 3B 44 E 8 43 39
Octal 333 131 106 0 73 104 16 10 103 71
Binary 11011011 1011001 1000110 0 111011 1000100 1110 1000 1000011 111001

Color Harmonies of #DB5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5946

Black with #DB5946

Text Example


Text Example

White with #DB5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5946; }

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

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

background-color css

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

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

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

border-color css

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

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

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