Html Css Color HEX #DB5F19 Chocolate

📋 copy color: '#DB5F19'

red 219 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #DB5F19

Tints of Chocolate #DB5F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 64.6%
G = 28.02%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5F19 (or 0xDB5F19) is known color: Chocolate. HEX triplet: DB, 5F and 19. RGB value is (219,95,25). Sum of RGB (Red+Green+Blue) = 219+95+25=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F19 is #24A0E6. Grayscale: #7C7C7C. Windows color (decimal): -2400487 or 1662939. OLE color: 1662939.

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

Color convert

RGB 219 95 25 -
CMYK 0 0.57 0.89 0.14
HSL 21.65º 0.8% 0.48% -
HSV(B) 21.65º 0.89% 0.86% -
XYZ 33.48 23.31 3.66 -
YUV 124.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 219 95 25 0 0.57 0.89 0.14 21.65 0.8 0.48
Hex DB 5F 19 0 39 59 E 16 50 30
Octal 333 137 31 0 71 131 16 26 120 60
Binary 11011011 1011111 11001 0 111001 1011001 1110 10110 1010000 110000

Color Harmonies of #DB5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F19

Black with #DB5F19

Text Example


Text Example

White with #DB5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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