Html Css Color HEX #DB7411 Chocolate

📋 copy color: '#DB7411'

red 219 ◦ green 116 ◦ blue 17

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

Shades of Chocolate #DB7411

Tints of Chocolate #DB7411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 62.22%
G = 32.95%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7411 (or 0xDB7411) is known color: Chocolate. HEX triplet: DB, 74 and 11. RGB value is (219,116,17). Sum of RGB (Red+Green+Blue) = 219+116+17=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7411 is #248BEE. Grayscale: #888888. Windows color (decimal): -2395119 or 1144027. OLE color: 1144027.

HSL color Cylindrical-coordinate representation of color #DB7411: hue angle of 29.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB7411 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 17 -
CMYK 0 0.47 0.92 0.14
HSL 29.41º 0.86% 0.46% -
HSV(B) 29.41º 0.92% 0.86% -
XYZ 35.56 27.59 3.98 -
YUV 135.51 61.12 187.55 -
System Red Green Blue C M Y K H S L
Decimal 219 116 17 0 0.47 0.92 0.14 29.41 0.86 0.46
Hex DB 74 11 0 2F 5C E 1D 56 2E
Octal 333 164 21 0 57 134 16 35 126 56
Binary 11011011 1110100 10001 0 101111 1011100 1110 11101 1010110 101110

Color Harmonies of #DB7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7411

Black with #DB7411

Text Example


Text Example

White with #DB7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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