Html Css Color HEX #DB6310 Chocolate

📋 copy color: '#DB6310'

red 219 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #DB6310

Tints of Chocolate #DB6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 65.57%
G = 29.64%
B = 4.79%

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

#DB6310 (or 0xDB6310) is known color: Chocolate. HEX triplet: DB, 63 and 10. RGB value is (219,99,16). Sum of RGB (Red+Green+Blue) = 219+99+16=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6310 is #249CEF. Grayscale: #7D7D7D. Windows color (decimal): -2399472 or 1074139. OLE color: 1074139.

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

Color convert

RGB 219 99 16 -
CMYK 0 0.55 0.93 0.14
HSL 24.53º 0.86% 0.46% -
HSV(B) 24.53º 0.93% 0.86% -
XYZ 33.77 24.02 3.35 -
YUV 125.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 219 99 16 0 0.55 0.93 0.14 24.53 0.86 0.46
Hex DB 63 10 0 37 5D E 19 56 2E
Octal 333 143 20 0 67 135 16 31 126 56
Binary 11011011 1100011 10000 0 110111 1011101 1110 11001 1010110 101110

Color Harmonies of #DB6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6310

Black with #DB6310

Text Example


Text Example

White with #DB6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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