Html Css Color HEX #DB7019 Chocolate

📋 copy color: '#DB7019'

red 219 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #DB7019

Tints of Chocolate #DB7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 61.52%
G = 31.46%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7019 (or 0xDB7019) is known color: Chocolate. HEX triplet: DB, 70 and 19. RGB value is (219,112,25). Sum of RGB (Red+Green+Blue) = 219+112+25=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7019 is #248FE6. Grayscale: #868686. Windows color (decimal): -2396135 or 1667291. OLE color: 1667291.

HSL color Cylindrical-coordinate representation of color #DB7019: hue angle of 26.91º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7019 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 25 -
CMYK 0 0.49 0.89 0.14
HSL 26.91º 0.8% 0.48% -
HSV(B) 26.91º 0.89% 0.86% -
XYZ 35.18 26.72 4.22 -
YUV 134.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 219 112 25 0 0.49 0.89 0.14 26.91 0.8 0.48
Hex DB 70 19 0 31 59 E 1B 50 30
Octal 333 160 31 0 61 131 16 33 120 60
Binary 11011011 1110000 11001 0 110001 1011001 1110 11011 1010000 110000

Color Harmonies of #DB7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7019

Black with #DB7019

Text Example


Text Example

White with #DB7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7019; }

 p { color: rgb(219,112,25); }

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

background-color css

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

 a { background-color: rgb(219,112,25); }

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

border-color css

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

 span { border-color: rgb(219,112,25); }

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