Html Css Color HEX #DB5844 Valencia

📋 copy color: '#DB5844'

red 219 ◦ green 88 ◦ blue 68

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

Shades of Valencia #DB5844

Tints of Valencia #DB5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 58.4%
G = 23.47%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5844 (or 0xDB5844) is known color: Valencia. HEX triplet: DB, 58 and 44. RGB value is (219,88,68). Sum of RGB (Red+Green+Blue) = 219+88+68=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5844 is #24A7BB. Grayscale: #7D7D7D. Windows color (decimal): -2402236 or 4479195. OLE color: 4479195.

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

Color convert

RGB 219 88 68 -
CMYK 0 0.60 0.69 0.14
HSL 7.95º 0.68% 0.56% -
HSV(B) 7.95º 0.69% 0.86% -
XYZ 33.75 22.46 8.02 -
YUV 124.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 219 88 68 0 0.60 0.69 0.14 7.95 0.68 0.56
Hex DB 58 44 0 3C 45 E 8 44 38
Octal 333 130 104 0 74 105 16 10 104 70
Binary 11011011 1011000 1000100 0 111100 1000101 1110 1000 1000100 111000

Color Harmonies of #DB5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5844

Black with #DB5844

Text Example


Text Example

White with #DB5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5844; }

 p { color: rgb(219,88,68); }

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

background-color css

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

 a { background-color: rgb(219,88,68); }

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

border-color css

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

 span { border-color: rgb(219,88,68); }

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