Html Css Color HEX #DB6F19 Chocolate

📋 copy color: '#DB6F19'

red 219 ◦ green 111 ◦ blue 25

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

Shades of Chocolate #DB6F19

Tints of Chocolate #DB6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 61.69%
G = 31.27%
B = 7.04%

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

#DB6F19 (or 0xDB6F19) is known color: Chocolate. HEX triplet: DB, 6F and 19. RGB value is (219,111,25). Sum of RGB (Red+Green+Blue) = 219+111+25=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F19 is #2490E6. Grayscale: #858585. Windows color (decimal): -2396391 or 1667035. OLE color: 1667035.

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

Color convert

RGB 219 111 25 -
CMYK 0 0.49 0.89 0.14
HSL 26.6º 0.8% 0.48% -
HSV(B) 26.6º 0.89% 0.86% -
XYZ 35.07 26.5 4.19 -
YUV 133.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 219 111 25 0 0.49 0.89 0.14 26.6 0.8 0.48
Hex DB 6F 19 0 31 59 E 1B 50 30
Octal 333 157 31 0 61 131 16 33 120 60
Binary 11011011 1101111 11001 0 110001 1011001 1110 11011 1010000 110000

Color Harmonies of #DB6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F19

Black with #DB6F19

Text Example


Text Example

White with #DB6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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