Html Css Color HEX #DB6414 Chocolate

📋 copy color: '#DB6414'

red 219 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #DB6414

Tints of Chocolate #DB6414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 64.6%
G = 29.5%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6414 (or 0xDB6414) is known color: Chocolate. HEX triplet: DB, 64 and 14. RGB value is (219,100,20). Sum of RGB (Red+Green+Blue) = 219+100+20=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6414 is #249BEB. Grayscale: #7E7E7E. Windows color (decimal): -2399212 or 1336539. OLE color: 1336539.

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

Color convert

RGB 219 100 20 -
CMYK 0 0.54 0.91 0.14
HSL 24.12º 0.83% 0.47% -
HSV(B) 24.12º 0.91% 0.86% -
XYZ 33.9 24.22 3.55 -
YUV 126.46 67.92 194 -
System Red Green Blue C M Y K H S L
Decimal 219 100 20 0 0.54 0.91 0.14 24.12 0.83 0.47
Hex DB 64 14 0 36 5B E 18 53 2F
Octal 333 144 24 0 66 133 16 30 123 57
Binary 11011011 1100100 10100 0 110110 1011011 1110 11000 1010011 101111

Color Harmonies of #DB6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6414

Black with #DB6414

Text Example


Text Example

White with #DB6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6414; }

 p { color: rgb(219,100,20); }

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

background-color css

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

 a { background-color: rgb(219,100,20); }

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

border-color css

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

 span { border-color: rgb(219,100,20); }

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