Html Css Color HEX #DB6014 Chocolate

📋 copy color: '#DB6014'

red 219 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #DB6014

Tints of Chocolate #DB6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 65.37%
G = 28.66%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6014 (or 0xDB6014) is known color: Chocolate. HEX triplet: DB, 60 and 14. RGB value is (219,96,20). Sum of RGB (Red+Green+Blue) = 219+96+20=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6014 is #249FEB. Grayscale: #7C7C7C. Windows color (decimal): -2400236 or 1335515. OLE color: 1335515.

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

Color convert

RGB 219 96 20 -
CMYK 0 0.56 0.91 0.14
HSL 22.91º 0.83% 0.47% -
HSV(B) 22.91º 0.91% 0.86% -
XYZ 33.52 23.48 3.43 -
YUV 124.11 69.25 195.68 -
System Red Green Blue C M Y K H S L
Decimal 219 96 20 0 0.56 0.91 0.14 22.91 0.83 0.47
Hex DB 60 14 0 38 5B E 17 53 2F
Octal 333 140 24 0 70 133 16 27 123 57
Binary 11011011 1100000 10100 0 111000 1011011 1110 10111 1010011 101111

Color Harmonies of #DB6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6014

Black with #DB6014

Text Example


Text Example

White with #DB6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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