Html Css Color HEX #DA541B Chocolate

📋 copy color: '#DA541B'

red 218 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #DA541B

Tints of Chocolate #DA541B

RGB

 RED value IS 218 (85.55% from 255) = 66.26%

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

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

R = 66.26%
G = 25.53%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA541B (or 0xDA541B) is known color: Chocolate. HEX triplet: DA, 54 and 1B. RGB value is (218,84,27). Sum of RGB (Red+Green+Blue) = 218+84+27=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA541B is #25ABE4. Grayscale: #757575. Windows color (decimal): -2468837 or 1791194. OLE color: 1791194.

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

Color convert

RGB 218 84 27 -
CMYK 0 0.61 0.88 0.15
HSL 17.91º 0.78% 0.48% -
HSV(B) 17.91º 0.88% 0.85% -
XYZ 32.28 21.33 3.45 -
YUV 117.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 218 84 27 0 0.61 0.88 0.15 17.91 0.78 0.48
Hex DA 54 1B 0 3D 58 F 12 4E 30
Octal 332 124 33 0 75 130 17 22 116 60
Binary 11011010 1010100 11011 0 111101 1011000 1111 10010 1001110 110000

Color Harmonies of #DA541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA541B

Black with #DA541B

Text Example


Text Example

White with #DA541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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