Html Css Color HEX #DB7619 Chocolate

📋 copy color: '#DB7619'

red 219 ◦ green 118 ◦ blue 25

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

Shades of Chocolate #DB7619

Tints of Chocolate #DB7619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 60.5%
G = 32.6%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7619 (or 0xDB7619) is known color: Chocolate. HEX triplet: DB, 76 and 19. RGB value is (219,118,25). Sum of RGB (Red+Green+Blue) = 219+118+25=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7619 is #2489E6. Grayscale: #8A8A8A. Windows color (decimal): -2394599 or 1668827. OLE color: 1668827.

HSL color Cylindrical-coordinate representation of color #DB7619: hue angle of 28.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7619 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 25 -
CMYK 0 0.46 0.89 0.14
HSL 28.76º 0.8% 0.48% -
HSV(B) 28.76º 0.89% 0.86% -
XYZ 35.87 28.09 4.45 -
YUV 137.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 219 118 25 0 0.46 0.89 0.14 28.76 0.8 0.48
Hex DB 76 19 0 2E 59 E 1D 50 30
Octal 333 166 31 0 56 131 16 35 120 60
Binary 11011011 1110110 11001 0 101110 1011001 1110 11101 1010000 110000

Color Harmonies of #DB7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7619

Black with #DB7619

Text Example


Text Example

White with #DB7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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