Html Css Color HEX #D67116 Chocolate

📋 copy color: '#D67116'

red 214 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #D67116

Tints of Chocolate #D67116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 61.32%
G = 32.38%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67116 (or 0xD67116) is known color: Chocolate. HEX triplet: D6, 71 and 16. RGB value is (214,113,22). Sum of RGB (Red+Green+Blue) = 214+113+22=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67116 is #298EE9. Grayscale: #858585. Windows color (decimal): -2723562 or 1470934. OLE color: 1470934.

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

Color convert

RGB 214 113 22 -
CMYK 0 0.47 0.90 0.16
HSL 28.44º 0.81% 0.46% -
HSV(B) 28.44º 0.9% 0.84% -
XYZ 33.78 26.16 4.03 -
YUV 132.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 214 113 22 0 0.47 0.90 0.16 28.44 0.81 0.46
Hex D6 71 16 0 2F 5A 10 1C 51 2E
Octal 326 161 26 0 57 132 20 34 121 56
Binary 11010110 1110001 10110 0 101111 1011010 10000 11100 1010001 101110

Color Harmonies of #D67116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67116

Black with #D67116

Text Example


Text Example

White with #D67116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67116; }

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

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

background-color css

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

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

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

border-color css

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

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

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