Html Css Color HEX #DB7614 Chocolate

📋 copy color: '#DB7614'

red 219 ◦ green 118 ◦ blue 20

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

Shades of Chocolate #DB7614

Tints of Chocolate #DB7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 61.34%
G = 33.05%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7614 (or 0xDB7614) is known color: Chocolate. HEX triplet: DB, 76 and 14. RGB value is (219,118,20). Sum of RGB (Red+Green+Blue) = 219+118+20=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7614 is #2489EB. Grayscale: #898989. Windows color (decimal): -2394604 or 1341147. OLE color: 1341147.

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

Color convert

RGB 219 118 20 -
CMYK 0 0.46 0.91 0.14
HSL 29.55º 0.83% 0.47% -
HSV(B) 29.55º 0.91% 0.86% -
XYZ 35.82 28.07 4.19 -
YUV 137.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 219 118 20 0 0.46 0.91 0.14 29.55 0.83 0.47
Hex DB 76 14 0 2E 5B E 1E 53 2F
Octal 333 166 24 0 56 133 16 36 123 57
Binary 11011011 1110110 10100 0 101110 1011011 1110 11110 1010011 101111

Color Harmonies of #DB7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7614

Black with #DB7614

Text Example


Text Example

White with #DB7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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