Html Css Color HEX #DB6C10 Chocolate

📋 copy color: '#DB6C10'

red 219 ◦ green 108 ◦ blue 16

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

Shades of Chocolate #DB6C10

Tints of Chocolate #DB6C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 63.85%
G = 31.49%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6C10 (or 0xDB6C10) is known color: Chocolate. HEX triplet: DB, 6C and 10. RGB value is (219,108,16). Sum of RGB (Red+Green+Blue) = 219+108+16=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C10 is #2493EF. Grayscale: #838383. Windows color (decimal): -2397168 or 1076443. OLE color: 1076443.

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

Color convert

RGB 219 108 16 -
CMYK 0 0.51 0.93 0.14
HSL 27.19º 0.86% 0.46% -
HSV(B) 27.19º 0.93% 0.86% -
XYZ 34.67 25.82 3.65 -
YUV 130.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 219 108 16 0 0.51 0.93 0.14 27.19 0.86 0.46
Hex DB 6C 10 0 33 5D E 1B 56 2E
Octal 333 154 20 0 63 135 16 33 126 56
Binary 11011011 1101100 10000 0 110011 1011101 1110 11011 1010110 101110

Color Harmonies of #DB6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C10

Black with #DB6C10

Text Example


Text Example

White with #DB6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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