Html Css Color HEX #DB5B1B Chocolate

📋 copy color: '#DB5B1B'

red 219 ◦ green 91 ◦ blue 27

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

Shades of Chocolate #DB5B1B

Tints of Chocolate #DB5B1B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 64.99%
G = 27%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB5B1B (or 0xDB5B1B) is known color: Chocolate. HEX triplet: DB, 5B and 1B. RGB value is (219,91,27). Sum of RGB (Red+Green+Blue) = 219+91+27=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B1B is #24A4E4. Grayscale: #7A7A7A. Windows color (decimal): -2401509 or 1792987. OLE color: 1792987.

HSL color Cylindrical-coordinate representation of color #DB5B1B: hue angle of 20º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB5B1B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 91 27 -
CMYK 0 0.58 0.88 0.14
HSL 20º 0.78% 0.48% -
HSV(B) 20º 0.88% 0.86% -
XYZ 33.15 22.62 3.66 -
YUV 121.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 219 91 27 0 0.58 0.88 0.14 20 0.78 0.48
Hex DB 5B 1B 0 3A 58 E 14 4E 30
Octal 333 133 33 0 72 130 16 24 116 60
Binary 11011011 1011011 11011 0 111010 1011000 1110 10100 1001110 110000

Color Harmonies of #DB5B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B1B

Black with #DB5B1B

Text Example


Text Example

White with #DB5B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B1B; }

 p { color: rgb(219,91,27); }

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

background-color css

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

 a { background-color: rgb(219,91,27); }

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

border-color css

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

 span { border-color: rgb(219,91,27); }

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