Html Css Color HEX #DB541A Chocolate

📋 copy color: '#DB541A'

red 219 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #DB541A

Tints of Chocolate #DB541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 66.57%
G = 25.53%
B = 7.9%

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

#DB541A (or 0xDB541A) is known color: Chocolate. HEX triplet: DB, 54 and 1A. RGB value is (219,84,26). Sum of RGB (Red+Green+Blue) = 219+84+26=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB541A is #24ABE5. Grayscale: #767676. Windows color (decimal): -2403302 or 1725659. OLE color: 1725659.

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

Color convert

RGB 219 84 26 -
CMYK 0 0.62 0.88 0.14
HSL 18.03º 0.79% 0.48% -
HSV(B) 18.03º 0.88% 0.86% -
XYZ 32.57 21.48 3.41 -
YUV 117.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 219 84 26 0 0.62 0.88 0.14 18.03 0.79 0.48
Hex DB 54 1A 0 3E 58 E 12 4F 30
Octal 333 124 32 0 76 130 16 22 117 60
Binary 11011011 1010100 11010 0 111110 1011000 1110 10010 1001111 110000

Color Harmonies of #DB541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB541A

Black with #DB541A

Text Example


Text Example

White with #DB541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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