Html Css Color HEX #DB5317 Chocolate

📋 copy color: '#DB5317'

red 219 ◦ green 83 ◦ blue 23

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

Shades of Chocolate #DB5317

Tints of Chocolate #DB5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 67.38%
G = 25.54%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5317 (or 0xDB5317) is known color: Chocolate. HEX triplet: DB, 53 and 17. RGB value is (219,83,23). Sum of RGB (Red+Green+Blue) = 219+83+23=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5317 is #24ACE8. Grayscale: #757575. Windows color (decimal): -2403561 or 1528795. OLE color: 1528795.

HSL color Cylindrical-coordinate representation of color #DB5317: hue angle of 18.37º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB5317 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 23 -
CMYK 0 0.62 0.89 0.14
HSL 18.37º 0.81% 0.47% -
HSV(B) 18.37º 0.89% 0.86% -
XYZ 32.46 21.31 3.21 -
YUV 116.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 219 83 23 0 0.62 0.89 0.14 18.37 0.81 0.47
Hex DB 53 17 0 3E 59 E 12 51 2F
Octal 333 123 27 0 76 131 16 22 121 57
Binary 11011011 1010011 10111 0 111110 1011001 1110 10010 1010001 101111

Color Harmonies of #DB5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5317

Black with #DB5317

Text Example


Text Example

White with #DB5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5317; }

 p { color: rgb(219,83,23); }

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

background-color css

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

 a { background-color: rgb(219,83,23); }

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

border-color css

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

 span { border-color: rgb(219,83,23); }

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