Html Css Color HEX #DB5B1E Chocolate

📋 copy color: '#DB5B1E'

red 219 ◦ green 91 ◦ blue 30

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

Shades of Chocolate #DB5B1E

Tints of Chocolate #DB5B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 64.41%
G = 26.76%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB5B1E (or 0xDB5B1E) is known color: Chocolate. HEX triplet: DB, 5B and 1E. RGB value is (219,91,30). Sum of RGB (Red+Green+Blue) = 219+91+30=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B1E is #24A4E1. Grayscale: #7A7A7A. Windows color (decimal): -2401506 or 1989595. OLE color: 1989595.

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

Color convert

RGB 219 91 30 -
CMYK 0 0.58 0.86 0.14
HSL 19.37º 0.76% 0.49% -
HSV(B) 19.37º 0.86% 0.86% -
XYZ 33.19 22.64 3.85 -
YUV 122.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 219 91 30 0 0.58 0.86 0.14 19.37 0.76 0.49
Hex DB 5B 1E 0 3A 56 E 13 4C 31
Octal 333 133 36 0 72 126 16 23 114 61
Binary 11011011 1011011 11110 0 111010 1010110 1110 10011 1001100 110001

Color Harmonies of #DB5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B1E

Black with #DB5B1E

Text Example


Text Example

White with #DB5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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