Html Css Color HEX #D67112 Chocolate

📋 copy color: '#D67112'

red 214 ◦ green 113 ◦ blue 18

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

Shades of Chocolate #D67112

Tints of Chocolate #D67112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 62.03%
G = 32.75%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67112 (or 0xD67112) is known color: Chocolate. HEX triplet: D6, 71 and 12. RGB value is (214,113,18). Sum of RGB (Red+Green+Blue) = 214+113+18=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D67112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67112 is #298EED. Grayscale: #848484. Windows color (decimal): -2723566 or 1208790. OLE color: 1208790.

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

Color convert

RGB 214 113 18 -
CMYK 0 0.47 0.92 0.16
HSL 29.08º 0.84% 0.45% -
HSV(B) 29.08º 0.92% 0.84% -
XYZ 33.75 26.15 3.84 -
YUV 132.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 214 113 18 0 0.47 0.92 0.16 29.08 0.84 0.45
Hex D6 71 12 0 2F 5C 10 1D 54 2D
Octal 326 161 22 0 57 134 20 35 124 55
Binary 11010110 1110001 10010 0 101111 1011100 10000 11101 1010100 101101

Color Harmonies of #D67112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67112

Black with #D67112

Text Example


Text Example

White with #D67112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67112; }

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

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

background-color css

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

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

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

border-color css

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

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

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