Html Css Color HEX #D6700D Chocolate

📋 copy color: '#D6700D'

red 214 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #D6700D

Tints of Chocolate #D6700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 63.13%
G = 33.04%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6700D (or 0xD6700D) is known color: Chocolate. HEX triplet: D6, 70 and 0D. RGB value is (214,112,13). Sum of RGB (Red+Green+Blue) = 214+112+13=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6700D is #298FF2. Grayscale: #838383. Windows color (decimal): -2723827 or 880854. OLE color: 880854.

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

Color convert

RGB 214 112 13 -
CMYK 0 0.48 0.94 0.16
HSL 29.55º 0.89% 0.45% -
HSV(B) 29.55º 0.94% 0.84% -
XYZ 33.6 25.91 3.61 -
YUV 131.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 214 112 13 0 0.48 0.94 0.16 29.55 0.89 0.45
Hex D6 70 D 0 30 5E 10 1E 59 2D
Octal 326 160 15 0 60 136 20 36 131 55
Binary 11010110 1110000 1101 0 110000 1011110 10000 11110 1011001 101101

Color Harmonies of #D6700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6700D

Black with #D6700D

Text Example


Text Example

White with #D6700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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