Html Css Color HEX #D6700E Chocolate

📋 copy color: '#D6700E'

red 214 ◦ green 112 ◦ blue 14

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

Shades of Chocolate #D6700E

Tints of Chocolate #D6700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 62.94%
G = 32.94%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6700E (or 0xD6700E) is known color: Chocolate. HEX triplet: D6, 70 and 0E. RGB value is (214,112,14). Sum of RGB (Red+Green+Blue) = 214+112+14=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6700E is #298FF1. Grayscale: #838383. Windows color (decimal): -2723826 or 946390. OLE color: 946390.

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

Color convert

RGB 214 112 14 -
CMYK 0 0.48 0.93 0.16
HSL 29.4º 0.88% 0.45% -
HSV(B) 29.4º 0.93% 0.84% -
XYZ 33.6 25.92 3.65 -
YUV 131.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 214 112 14 0 0.48 0.93 0.16 29.4 0.88 0.45
Hex D6 70 E 0 30 5D 10 1D 58 2D
Octal 326 160 16 0 60 135 20 35 130 55
Binary 11010110 1110000 1110 0 110000 1011101 10000 11101 1011000 101101

Color Harmonies of #D6700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6700E

Black with #D6700E

Text Example


Text Example

White with #D6700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6700E; }

 p { color: rgb(214,112,14); }

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

background-color css

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

 a { background-color: rgb(214,112,14); }

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

border-color css

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

 span { border-color: rgb(214,112,14); }

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