Html Css Color HEX #DB7014 Chocolate

📋 copy color: '#DB7014'

red 219 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #DB7014

Tints of Chocolate #DB7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 62.39%
G = 31.91%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7014 (or 0xDB7014) is known color: Chocolate. HEX triplet: DB, 70 and 14. RGB value is (219,112,20). Sum of RGB (Red+Green+Blue) = 219+112+20=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7014 is #248FEB. Grayscale: #858585. Windows color (decimal): -2396140 or 1339611. OLE color: 1339611.

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

Color convert

RGB 219 112 20 -
CMYK 0 0.49 0.91 0.14
HSL 27.74º 0.83% 0.47% -
HSV(B) 27.74º 0.91% 0.86% -
XYZ 35.13 26.7 3.96 -
YUV 133.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 219 112 20 0 0.49 0.91 0.14 27.74 0.83 0.47
Hex DB 70 14 0 31 5B E 1C 53 2F
Octal 333 160 24 0 61 133 16 34 123 57
Binary 11011011 1110000 10100 0 110001 1011011 1110 11100 1010011 101111

Color Harmonies of #DB7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7014

Black with #DB7014

Text Example


Text Example

White with #DB7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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