Html Css Color HEX #DB6610 Chocolate

📋 copy color: '#DB6610'

red 219 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #DB6610

Tints of Chocolate #DB6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 64.99%
G = 30.27%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6610 (or 0xDB6610) is known color: Chocolate. HEX triplet: DB, 66 and 10. RGB value is (219,102,16). Sum of RGB (Red+Green+Blue) = 219+102+16=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6610 is #2499EF. Grayscale: #7F7F7F. Windows color (decimal): -2398704 or 1074907. OLE color: 1074907.

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

Color convert

RGB 219 102 16 -
CMYK 0 0.53 0.93 0.14
HSL 25.42º 0.86% 0.46% -
HSV(B) 25.42º 0.93% 0.86% -
XYZ 34.06 24.6 3.44 -
YUV 127.18 65.26 193.49 -
System Red Green Blue C M Y K H S L
Decimal 219 102 16 0 0.53 0.93 0.14 25.42 0.86 0.46
Hex DB 66 10 0 35 5D E 19 56 2E
Octal 333 146 20 0 65 135 16 31 126 56
Binary 11011011 1100110 10000 0 110101 1011101 1110 11001 1010110 101110

Color Harmonies of #DB6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6610

Black with #DB6610

Text Example


Text Example

White with #DB6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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