Html Css Color HEX #DB6110 Chocolate

📋 copy color: '#DB6110'

red 219 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #DB6110

Tints of Chocolate #DB6110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

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

R = 65.96%
G = 29.22%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6110 (or 0xDB6110) is known color: Chocolate. HEX triplet: DB, 61 and 10. RGB value is (219,97,16). Sum of RGB (Red+Green+Blue) = 219+97+16=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6110 is #249EEF. Grayscale: #7C7C7C. Windows color (decimal): -2399984 or 1073627. OLE color: 1073627.

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

Color convert

RGB 219 97 16 -
CMYK 0 0.56 0.93 0.14
HSL 23.94º 0.86% 0.46% -
HSV(B) 23.94º 0.93% 0.86% -
XYZ 33.58 23.65 3.28 -
YUV 124.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 219 97 16 0 0.56 0.93 0.14 23.94 0.86 0.46
Hex DB 61 10 0 38 5D E 18 56 2E
Octal 333 141 20 0 70 135 16 30 126 56
Binary 11011011 1100001 10000 0 111000 1011101 1110 11000 1010110 101110

Color Harmonies of #DB6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6110

Black with #DB6110

Text Example


Text Example

White with #DB6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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