Html Css Color HEX #DB7613 Chocolate

📋 copy color: '#DB7613'

red 219 ◦ green 118 ◦ blue 19

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

Shades of Chocolate #DB7613

Tints of Chocolate #DB7613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 61.52%
G = 33.15%
B = 5.34%

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

#DB7613 (or 0xDB7613) is known color: Chocolate. HEX triplet: DB, 76 and 13. RGB value is (219,118,19). Sum of RGB (Red+Green+Blue) = 219+118+19=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7613 is #2489EC. Grayscale: #898989. Windows color (decimal): -2394605 or 1275611. OLE color: 1275611.

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

Color convert

RGB 219 118 19 -
CMYK 0 0.46 0.91 0.14
HSL 29.7º 0.84% 0.47% -
HSV(B) 29.7º 0.91% 0.86% -
XYZ 35.81 28.06 4.15 -
YUV 136.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 219 118 19 0 0.46 0.91 0.14 29.7 0.84 0.47
Hex DB 76 13 0 2E 5B E 1E 54 2F
Octal 333 166 23 0 56 133 16 36 124 57
Binary 11011011 1110110 10011 0 101110 1011011 1110 11110 1010100 101111

Color Harmonies of #DB7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7613

Black with #DB7613

Text Example


Text Example

White with #DB7613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7613; }

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

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

background-color css

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

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

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

border-color css

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

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

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