Html Css Color HEX #DB541C Chocolate

📋 copy color: '#DB541C'

red 219 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #DB541C

Tints of Chocolate #DB541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 66.16%
G = 25.38%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB541C (or 0xDB541C) is known color: Chocolate. HEX triplet: DB, 54 and 1C. RGB value is (219,84,28). Sum of RGB (Red+Green+Blue) = 219+84+28=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541C is #24ABE3. Grayscale: #767676. Windows color (decimal): -2403300 or 1856731. OLE color: 1856731.

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

Color convert

RGB 219 84 28 -
CMYK 0 0.62 0.87 0.14
HSL 17.59º 0.77% 0.48% -
HSV(B) 17.59º 0.87% 0.86% -
XYZ 32.59 21.48 3.53 -
YUV 117.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 219 84 28 0 0.62 0.87 0.14 17.59 0.77 0.48
Hex DB 54 1C 0 3E 57 E 12 4D 30
Octal 333 124 34 0 76 127 16 22 115 60
Binary 11011011 1010100 11100 0 111110 1010111 1110 10010 1001101 110000

Color Harmonies of #DB541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB541C

Black with #DB541C

Text Example


Text Example

White with #DB541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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