Html Css Color HEX #DB5945 Valencia

📋 copy color: '#DB5945'

red 219 ◦ green 89 ◦ blue 69

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

Shades of Valencia #DB5945

Tints of Valencia #DB5945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 58.09%
G = 23.61%
B = 18.3%

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

#DB5945 (or 0xDB5945) is known color: Valencia. HEX triplet: DB, 59 and 45. RGB value is (219,89,69). Sum of RGB (Red+Green+Blue) = 219+89+69=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5945 is #24A6BA. Grayscale: #7D7D7D. Windows color (decimal): -2401979 or 4544987. OLE color: 4544987.

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

Color convert

RGB 219 89 69 -
CMYK 0 0.59 0.68 0.14
HSL 0.68% 0.56% -
HSV(B) 0.68% 0.86% -
XYZ 33.86 22.63 8.21 -
YUV 125.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 219 89 69 0 0.59 0.68 0.14 8 0.68 0.56
Hex DB 59 45 0 3B 44 E 8 44 38
Octal 333 131 105 0 73 104 16 10 104 70
Binary 11011011 1011001 1000101 0 111011 1000100 1110 1000 1000100 111000

Color Harmonies of #DB5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5945

Black with #DB5945

Text Example


Text Example

White with #DB5945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5945; }

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

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

background-color css

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

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

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

border-color css

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

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

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