Html Css Color HEX #DB5746 Valencia

📋 copy color: '#DB5746'

red 219 ◦ green 87 ◦ blue 70

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

Shades of Valencia #DB5746

Tints of Valencia #DB5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

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

R = 58.24%
G = 23.14%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5746 (or 0xDB5746) is known color: Valencia. HEX triplet: DB, 57 and 46. RGB value is (219,87,70). Sum of RGB (Red+Green+Blue) = 219+87+70=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5746 is #24A8B9. Grayscale: #7C7C7C. Windows color (decimal): -2402490 or 4610011. OLE color: 4610011.

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

Color convert

RGB 219 87 70 -
CMYK 0 0.60 0.68 0.14
HSL 6.85º 0.67% 0.57% -
HSV(B) 6.85º 0.68% 0.86% -
XYZ 33.73 22.32 8.32 -
YUV 124.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 219 87 70 0 0.60 0.68 0.14 6.85 0.67 0.57
Hex DB 57 46 0 3C 44 E 7 43 39
Octal 333 127 106 0 74 104 16 7 103 71
Binary 11011011 1010111 1000110 0 111100 1000100 1110 111 1000011 111001

Color Harmonies of #DB5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5746

Black with #DB5746

Text Example


Text Example

White with #DB5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5746; }

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

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

background-color css

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

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

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

border-color css

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

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

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