Html Css Color HEX #DB6B14 Chocolate

📋 copy color: '#DB6B14'

red 219 ◦ green 107 ◦ blue 20

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

Shades of Chocolate #DB6B14

Tints of Chocolate #DB6B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 63.29%
G = 30.92%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6B14 (or 0xDB6B14) is known color: Chocolate. HEX triplet: DB, 6B and 14. RGB value is (219,107,20). Sum of RGB (Red+Green+Blue) = 219+107+20=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B14 is #2494EB. Grayscale: #838383. Windows color (decimal): -2397420 or 1338331. OLE color: 1338331.

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

Color convert

RGB 219 107 20 -
CMYK 0 0.51 0.91 0.14
HSL 26.23º 0.83% 0.47% -
HSV(B) 26.23º 0.91% 0.86% -
XYZ 34.6 25.63 3.78 -
YUV 130.57 65.61 191.07 -
System Red Green Blue C M Y K H S L
Decimal 219 107 20 0 0.51 0.91 0.14 26.23 0.83 0.47
Hex DB 6B 14 0 33 5B E 1A 53 2F
Octal 333 153 24 0 63 133 16 32 123 57
Binary 11011011 1101011 10100 0 110011 1011011 1110 11010 1010011 101111

Color Harmonies of #DB6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B14

Black with #DB6B14

Text Example


Text Example

White with #DB6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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