Html Css Color HEX #DB6316 Chocolate

📋 copy color: '#DB6316'

red 219 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #DB6316

Tints of Chocolate #DB6316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 64.41%
G = 29.12%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6316 (or 0xDB6316) is known color: Chocolate. HEX triplet: DB, 63 and 16. RGB value is (219,99,22). Sum of RGB (Red+Green+Blue) = 219+99+22=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6316 is #249CE9. Grayscale: #7E7E7E. Windows color (decimal): -2399466 or 1467355. OLE color: 1467355.

HSL color Cylindrical-coordinate representation of color #DB6316: hue angle of 23.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB6316 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 22 -
CMYK 0 0.55 0.90 0.14
HSL 23.45º 0.82% 0.47% -
HSV(B) 23.45º 0.9% 0.86% -
XYZ 33.82 24.04 3.62 -
YUV 126.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 219 99 22 0 0.55 0.90 0.14 23.45 0.82 0.47
Hex DB 63 16 0 37 5A E 17 52 2F
Octal 333 143 26 0 67 132 16 27 122 57
Binary 11011011 1100011 10110 0 110111 1011010 1110 10111 1010010 101111

Color Harmonies of #DB6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6316

Black with #DB6316

Text Example


Text Example

White with #DB6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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