Html Css Color HEX #DB7316 Chocolate

📋 copy color: '#DB7316'

red 219 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #DB7316

Tints of Chocolate #DB7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 61.52%
G = 32.3%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7316 (or 0xDB7316) is known color: Chocolate. HEX triplet: DB, 73 and 16. RGB value is (219,115,22). Sum of RGB (Red+Green+Blue) = 219+115+22=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7316 is #248CE9. Grayscale: #878787. Windows color (decimal): -2395370 or 1471451. OLE color: 1471451.

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

Color convert

RGB 219 115 22 -
CMYK 0 0.47 0.90 0.14
HSL 28.32º 0.82% 0.47% -
HSV(B) 28.32º 0.9% 0.86% -
XYZ 35.49 27.38 4.17 -
YUV 135.49 63.96 187.56 -
System Red Green Blue C M Y K H S L
Decimal 219 115 22 0 0.47 0.90 0.14 28.32 0.82 0.47
Hex DB 73 16 0 2F 5A E 1C 52 2F
Octal 333 163 26 0 57 132 16 34 122 57
Binary 11011011 1110011 10110 0 101111 1011010 1110 11100 1010010 101111

Color Harmonies of #DB7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7316

Black with #DB7316

Text Example


Text Example

White with #DB7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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