Html Css Color HEX #DB5C10 Chocolate

📋 copy color: '#DB5C10'

red 219 ◦ green 92 ◦ blue 16

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

Shades of Chocolate #DB5C10

Tints of Chocolate #DB5C10

RGB

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

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

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

R = 66.97%
G = 28.13%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB5C10 (or 0xDB5C10) is known color: Chocolate. HEX triplet: DB, 5C and 10. RGB value is (219,92,16). Sum of RGB (Red+Green+Blue) = 219+92+16=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C10 is #24A3EF. Grayscale: #797979. Windows color (decimal): -2401264 or 1072347. OLE color: 1072347.

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

Color convert

RGB 219 92 16 -
CMYK 0 0.58 0.93 0.14
HSL 22.46º 0.86% 0.46% -
HSV(B) 22.46º 0.93% 0.86% -
XYZ 33.13 22.75 3.14 -
YUV 121.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 219 92 16 0 0.58 0.93 0.14 22.46 0.86 0.46
Hex DB 5C 10 0 3A 5D E 16 56 2E
Octal 333 134 20 0 72 135 16 26 126 56
Binary 11011011 1011100 10000 0 111010 1011101 1110 10110 1010110 101110

Color Harmonies of #DB5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C10

Black with #DB5C10

Text Example


Text Example

White with #DB5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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