Html Css Color HEX #DB541B Chocolate

📋 copy color: '#DB541B'

red 219 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #DB541B

Tints of Chocolate #DB541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 66.36%
G = 25.45%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB541B (or 0xDB541B) is known color: Chocolate. HEX triplet: DB, 54 and 1B. RGB value is (219,84,27). Sum of RGB (Red+Green+Blue) = 219+84+27=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541B is #24ABE4. Grayscale: #767676. Windows color (decimal): -2403301 or 1791195. OLE color: 1791195.

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

Color convert

RGB 219 84 27 -
CMYK 0 0.62 0.88 0.14
HSL 17.81º 0.78% 0.48% -
HSV(B) 17.81º 0.88% 0.86% -
XYZ 32.58 21.48 3.47 -
YUV 117.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 219 84 27 0 0.62 0.88 0.14 17.81 0.78 0.48
Hex DB 54 1B 0 3E 58 E 12 4E 30
Octal 333 124 33 0 76 130 16 22 116 60
Binary 11011011 1010100 11011 0 111110 1011000 1110 10010 1001110 110000

Color Harmonies of #DB541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB541B

Black with #DB541B

Text Example


Text Example

White with #DB541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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