Html Css Color HEX #DB5344 Valencia

📋 copy color: '#DB5344'

red 219 ◦ green 83 ◦ blue 68

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

Shades of Valencia #DB5344

Tints of Valencia #DB5344

RGB

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

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

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

R = 59.19%
G = 22.43%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5344 (or 0xDB5344) is known color: Valencia. HEX triplet: DB, 53 and 44. RGB value is (219,83,68). Sum of RGB (Red+Green+Blue) = 219+83+68=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5344 is #24ACBB. Grayscale: #7A7A7A. Windows color (decimal): -2403516 or 4477915. OLE color: 4477915.

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

Color convert

RGB 219 83 68 -
CMYK 0 0.62 0.69 0.14
HSL 5.96º 0.68% 0.56% -
HSV(B) 5.96º 0.69% 0.86% -
XYZ 33.35 21.66 7.89 -
YUV 121.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 219 83 68 0 0.62 0.69 0.14 5.96 0.68 0.56
Hex DB 53 44 0 3E 45 E 6 44 38
Octal 333 123 104 0 76 105 16 6 104 70
Binary 11011011 1010011 1000100 0 111110 1000101 1110 110 1000100 111000

Color Harmonies of #DB5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5344

Black with #DB5344

Text Example


Text Example

White with #DB5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5344; }

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

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

background-color css

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

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

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

border-color css

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

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

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