Html Css Color HEX #D6511D Chocolate

📋 copy color: '#D6511D'

red 214 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #D6511D

Tints of Chocolate #D6511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 66.05%
G = 25%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6511D (or 0xD6511D) is known color: Chocolate. HEX triplet: D6, 51 and 1D. RGB value is (214,81,29). Sum of RGB (Red+Green+Blue) = 214+81+29=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6511D is #29AEE2. Grayscale: #737373. Windows color (decimal): -2731747 or 1921494. OLE color: 1921494.

HSL color Cylindrical-coordinate representation of color #D6511D: hue angle of 16.86º degrees, saturation: 0.76, 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 #D6511D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 29 -
CMYK 0 0.62 0.86 0.16
HSL 16.86º 0.76% 0.48% -
HSV(B) 16.86º 0.86% 0.84% -
XYZ 30.9 20.27 3.45 -
YUV 114.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 214 81 29 0 0.62 0.86 0.16 16.86 0.76 0.48
Hex D6 51 1D 0 3E 56 10 11 4C 30
Octal 326 121 35 0 76 126 20 21 114 60
Binary 11010110 1010001 11101 0 111110 1010110 10000 10001 1001100 110000

Color Harmonies of #D6511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6511D

Black with #D6511D

Text Example


Text Example

White with #D6511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6511D; }

 p { color: rgb(214,81,29); }

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

background-color css

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

 a { background-color: rgb(214,81,29); }

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

border-color css

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

 span { border-color: rgb(214,81,29); }

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