Html Css Color HEX #DB5643 Valencia

📋 copy color: '#DB5643'

red 219 ◦ green 86 ◦ blue 67

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

Shades of Valencia #DB5643

Tints of Valencia #DB5643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 58.87%
G = 23.12%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5643 (or 0xDB5643) is known color: Valencia. HEX triplet: DB, 56 and 43. RGB value is (219,86,67). Sum of RGB (Red+Green+Blue) = 219+86+67=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5643 is #24A9BC. Grayscale: #7B7B7B. Windows color (decimal): -2402749 or 4413147. OLE color: 4413147.

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

Color convert

RGB 219 86 67 -
CMYK 0 0.61 0.69 0.14
HSL 7.5º 0.68% 0.56% -
HSV(B) 7.5º 0.69% 0.86% -
XYZ 33.55 22.12 7.81 -
YUV 123.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 219 86 67 0 0.61 0.69 0.14 7.5 0.68 0.56
Hex DB 56 43 0 3D 45 E 8 44 38
Octal 333 126 103 0 75 105 16 10 104 70
Binary 11011011 1010110 1000011 0 111101 1000101 1110 1000 1000100 111000

Color Harmonies of #DB5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5643

Black with #DB5643

Text Example


Text Example

White with #DB5643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5643; }

 p { color: rgb(219,86,67); }

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

background-color css

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

 a { background-color: rgb(219,86,67); }

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

border-color css

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

 span { border-color: rgb(219,86,67); }

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