Html Css Color HEX #D6711C Chocolate

📋 copy color: '#D6711C'

red 214 ◦ green 113 ◦ blue 28

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

Shades of Chocolate #D6711C

Tints of Chocolate #D6711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 60.28%
G = 31.83%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6711C (or 0xD6711C) is known color: Chocolate. HEX triplet: D6, 71 and 1C. RGB value is (214,113,28). Sum of RGB (Red+Green+Blue) = 214+113+28=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6711C is #298EE3. Grayscale: #858585. Windows color (decimal): -2723556 or 1864150. OLE color: 1864150.

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

Color convert

RGB 214 113 28 -
CMYK 0 0.47 0.87 0.16
HSL 27.42º 0.77% 0.47% -
HSV(B) 27.42º 0.87% 0.84% -
XYZ 33.85 26.19 4.37 -
YUV 133.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 214 113 28 0 0.47 0.87 0.16 27.42 0.77 0.47
Hex D6 71 1C 0 2F 57 10 1B 4D 2F
Octal 326 161 34 0 57 127 20 33 115 57
Binary 11010110 1110001 11100 0 101111 1010111 10000 11011 1001101 101111

Color Harmonies of #D6711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6711C

Black with #D6711C

Text Example


Text Example

White with #D6711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6711C; }

 p { color: rgb(214,113,28); }

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

background-color css

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

 a { background-color: rgb(214,113,28); }

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

border-color css

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

 span { border-color: rgb(214,113,28); }

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