Html Css Color HEX #D6541E Chocolate

📋 copy color: '#D6541E'

red 214 ◦ green 84 ◦ blue 30

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

Shades of Chocolate #D6541E

Tints of Chocolate #D6541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 65.24%
G = 25.61%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6541E (or 0xD6541E) is known color: Chocolate. HEX triplet: D6, 54 and 1E. RGB value is (214,84,30). Sum of RGB (Red+Green+Blue) = 214+84+30=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6541E is #29ABE1. Grayscale: #757575. Windows color (decimal): -2730978 or 1987798. OLE color: 1987798.

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

Color convert

RGB 214 84 30 -
CMYK 0 0.61 0.86 0.16
HSL 17.61º 0.75% 0.48% -
HSV(B) 17.61º 0.86% 0.84% -
XYZ 31.14 20.73 3.59 -
YUV 116.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 214 84 30 0 0.61 0.86 0.16 17.61 0.75 0.48
Hex D6 54 1E 0 3D 56 10 12 4B 30
Octal 326 124 36 0 75 126 20 22 113 60
Binary 11010110 1010100 11110 0 111101 1010110 10000 10010 1001011 110000

Color Harmonies of #D6541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6541E

Black with #D6541E

Text Example


Text Example

White with #D6541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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