Html Css Color HEX #DB4F19 Chocolate

📋 copy color: '#DB4F19'

red 219 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #DB4F19

Tints of Chocolate #DB4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.46%

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

R = 67.8%
G = 24.46%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB4F19 (or 0xDB4F19) is known color: Chocolate. HEX triplet: DB, 4F and 19. RGB value is (219,79,25). Sum of RGB (Red+Green+Blue) = 219+79+25=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F19 is #24B0E6. Grayscale: #737373. Windows color (decimal): -2404583 or 1658843. OLE color: 1658843.

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

Color convert

RGB 219 79 25 -
CMYK 0 0.64 0.89 0.14
HSL 16.7º 0.8% 0.48% -
HSV(B) 16.7º 0.89% 0.86% -
XYZ 32.18 20.72 3.22 -
YUV 114.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 219 79 25 0 0.64 0.89 0.14 16.7 0.8 0.48
Hex DB 4F 19 0 40 59 E 11 50 30
Octal 333 117 31 0 100 131 16 21 120 60
Binary 11011011 1001111 11001 0 1000000 1011001 1110 10001 1010000 110000

Color Harmonies of #DB4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F19

Black with #DB4F19

Text Example


Text Example

White with #DB4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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