Html Css Color HEX #DB6510 Chocolate

📋 copy color: '#DB6510'

red 219 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #DB6510

Tints of Chocolate #DB6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 65.18%
G = 30.06%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6510 (or 0xDB6510) is known color: Chocolate. HEX triplet: DB, 65 and 10. RGB value is (219,101,16). Sum of RGB (Red+Green+Blue) = 219+101+16=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6510 is #249AEF. Grayscale: #7F7F7F. Windows color (decimal): -2398960 or 1074651. OLE color: 1074651.

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

Color convert

RGB 219 101 16 -
CMYK 0 0.54 0.93 0.14
HSL 25.12º 0.86% 0.46% -
HSV(B) 25.12º 0.93% 0.86% -
XYZ 33.96 24.4 3.41 -
YUV 126.59 65.59 193.91 -
System Red Green Blue C M Y K H S L
Decimal 219 101 16 0 0.54 0.93 0.14 25.12 0.86 0.46
Hex DB 65 10 0 36 5D E 19 56 2E
Octal 333 145 20 0 66 135 16 31 126 56
Binary 11011011 1100101 10000 0 110110 1011101 1110 11001 1010110 101110

Color Harmonies of #DB6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6510

Black with #DB6510

Text Example


Text Example

White with #DB6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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