Html Css Color HEX #DB7414 Chocolate

📋 copy color: '#DB7414'

red 219 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #DB7414

Tints of Chocolate #DB7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 61.69%
G = 32.68%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7414 (or 0xDB7414) is known color: Chocolate. HEX triplet: DB, 74 and 14. RGB value is (219,116,20). Sum of RGB (Red+Green+Blue) = 219+116+20=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7414 is #248BEB. Grayscale: #888888. Windows color (decimal): -2395116 or 1340635. OLE color: 1340635.

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

Color convert

RGB 219 116 20 -
CMYK 0 0.47 0.91 0.14
HSL 28.94º 0.83% 0.47% -
HSV(B) 28.94º 0.91% 0.86% -
XYZ 35.59 27.6 4.11 -
YUV 135.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 219 116 20 0 0.47 0.91 0.14 28.94 0.83 0.47
Hex DB 74 14 0 2F 5B E 1D 53 2F
Octal 333 164 24 0 57 133 16 35 123 57
Binary 11011011 1110100 10100 0 101111 1011011 1110 11101 1010011 101111

Color Harmonies of #DB7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7414

Black with #DB7414

Text Example


Text Example

White with #DB7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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