Html Css Color HEX #DB6914 Chocolate

📋 copy color: '#DB6914'

red 219 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #DB6914

Tints of Chocolate #DB6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 63.66%
G = 30.52%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6914 (or 0xDB6914) is known color: Chocolate. HEX triplet: DB, 69 and 14. RGB value is (219,105,20). Sum of RGB (Red+Green+Blue) = 219+105+20=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6914 is #2496EB. Grayscale: #818181. Windows color (decimal): -2397932 or 1337819. OLE color: 1337819.

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

Color convert

RGB 219 105 20 -
CMYK 0 0.52 0.91 0.14
HSL 25.63º 0.83% 0.47% -
HSV(B) 25.63º 0.91% 0.86% -
XYZ 34.39 25.21 3.72 -
YUV 129.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 219 105 20 0 0.52 0.91 0.14 25.63 0.83 0.47
Hex DB 69 14 0 34 5B E 1A 53 2F
Octal 333 151 24 0 64 133 16 32 123 57
Binary 11011011 1101001 10100 0 110100 1011011 1110 11010 1010011 101111

Color Harmonies of #DB6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6914

Black with #DB6914

Text Example


Text Example

White with #DB6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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