Html Css Color HEX #D6541A Chocolate

📋 copy color: '#D6541A'

red 214 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #D6541A

Tints of Chocolate #D6541A

RGB

 RED value IS 214 (83.98% from 255) = 66.05%

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

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

R = 66.05%
G = 25.93%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6541A (or 0xD6541A) is known color: Chocolate. HEX triplet: D6, 54 and 1A. RGB value is (214,84,26). Sum of RGB (Red+Green+Blue) = 214+84+26=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6541A is #29ABE5. Grayscale: #747474. Windows color (decimal): -2730982 or 1725654. OLE color: 1725654.

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

Color convert

RGB 214 84 26 -
CMYK 0 0.61 0.88 0.16
HSL 18.51º 0.78% 0.47% -
HSV(B) 18.51º 0.88% 0.84% -
XYZ 31.09 20.71 3.34 -
YUV 116.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 214 84 26 0 0.61 0.88 0.16 18.51 0.78 0.47
Hex D6 54 1A 0 3D 58 10 13 4E 2F
Octal 326 124 32 0 75 130 20 23 116 57
Binary 11010110 1010100 11010 0 111101 1011000 10000 10011 1001110 101111

Color Harmonies of #D6541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6541A

Black with #D6541A

Text Example


Text Example

White with #D6541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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