Html Css Color HEX #DB5C17 Chocolate

📋 copy color: '#DB5C17'

red 219 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #DB5C17

Tints of Chocolate #DB5C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

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

R = 65.57%
G = 27.54%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5C17 (or 0xDB5C17) is known color: Chocolate. HEX triplet: DB, 5C and 17. RGB value is (219,92,23). Sum of RGB (Red+Green+Blue) = 219+92+23=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C17 is #24A3E8. Grayscale: #7A7A7A. Windows color (decimal): -2401257 or 1531099. OLE color: 1531099.

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

Color convert

RGB 219 92 23 -
CMYK 0 0.58 0.89 0.14
HSL 21.12º 0.81% 0.47% -
HSV(B) 21.12º 0.89% 0.86% -
XYZ 33.2 22.78 3.46 -
YUV 122.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 219 92 23 0 0.58 0.89 0.14 21.12 0.81 0.47
Hex DB 5C 17 0 3A 59 E 15 51 2F
Octal 333 134 27 0 72 131 16 25 121 57
Binary 11011011 1011100 10111 0 111010 1011001 1110 10101 1010001 101111

Color Harmonies of #DB5C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C17

Black with #DB5C17

Text Example


Text Example

White with #DB5C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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