Html Css Color HEX #DB6210 Chocolate

📋 copy color: '#DB6210'

red 219 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #DB6210

Tints of Chocolate #DB6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 65.77%
G = 29.43%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6210 (or 0xDB6210) is known color: Chocolate. HEX triplet: DB, 62 and 10. RGB value is (219,98,16). Sum of RGB (Red+Green+Blue) = 219+98+16=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6210 is #249DEF. Grayscale: #7D7D7D. Windows color (decimal): -2399728 or 1073883. OLE color: 1073883.

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

Color convert

RGB 219 98 16 -
CMYK 0 0.55 0.93 0.14
HSL 24.24º 0.86% 0.46% -
HSV(B) 24.24º 0.93% 0.86% -
XYZ 33.67 23.83 3.32 -
YUV 124.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 219 98 16 0 0.55 0.93 0.14 24.24 0.86 0.46
Hex DB 62 10 0 37 5D E 18 56 2E
Octal 333 142 20 0 67 135 16 30 126 56
Binary 11011011 1100010 10000 0 110111 1011101 1110 11000 1010110 101110

Color Harmonies of #DB6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6210

Black with #DB6210

Text Example


Text Example

White with #DB6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6210; }

 p { color: rgb(219,98,16); }

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

background-color css

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

 a { background-color: rgb(219,98,16); }

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

border-color css

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

 span { border-color: rgb(219,98,16); }

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