Html Css Color HEX #DB7419 Chocolate

📋 copy color: '#DB7419'

red 219 ◦ green 116 ◦ blue 25

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

Shades of Chocolate #DB7419

Tints of Chocolate #DB7419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 60.83%
G = 32.22%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7419 (or 0xDB7419) is known color: Chocolate. HEX triplet: DB, 74 and 19. RGB value is (219,116,25). Sum of RGB (Red+Green+Blue) = 219+116+25=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7419 is #248BE6. Grayscale: #888888. Windows color (decimal): -2395111 or 1668315. OLE color: 1668315.

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

Color convert

RGB 219 116 25 -
CMYK 0 0.47 0.89 0.14
HSL 28.14º 0.8% 0.48% -
HSV(B) 28.14º 0.89% 0.86% -
XYZ 35.63 27.62 4.37 -
YUV 136.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 219 116 25 0 0.47 0.89 0.14 28.14 0.8 0.48
Hex DB 74 19 0 2F 59 E 1C 50 30
Octal 333 164 31 0 57 131 16 34 120 60
Binary 11011011 1110100 11001 0 101111 1011001 1110 11100 1010000 110000

Color Harmonies of #DB7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7419

Black with #DB7419

Text Example


Text Example

White with #DB7419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7419; }

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

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

background-color css

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

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

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

border-color css

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

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

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