Html Css Color HEX #D1680D Chocolate

📋 copy color: '#D1680D'

red 209 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #D1680D

Tints of Chocolate #D1680D

RGB

 RED value IS 209 (82.03% from 255) = 64.11%

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 64.11%
G = 31.9%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1680D (or 0xD1680D) is known color: Chocolate. HEX triplet: D1, 68 and 0D. RGB value is (209,104,13). Sum of RGB (Red+Green+Blue) = 209+104+13=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1680D is #2E97F2. Grayscale: #7D7D7D. Windows color (decimal): -3053555 or 878801. OLE color: 878801.

HSL color Cylindrical-coordinate representation of color #D1680D: hue angle of 27.86º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1680D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 13 -
CMYK 0 0.50 0.94 0.18
HSL 27.86º 0.88% 0.44% -
HSV(B) 27.86º 0.94% 0.82% -
XYZ 31.32 23.49 3.26 -
YUV 125.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 209 104 13 0 0.50 0.94 0.18 27.86 0.88 0.44
Hex D1 68 D 0 32 5E 12 1C 58 2C
Octal 321 150 15 0 62 136 22 34 130 54
Binary 11010001 1101000 1101 0 110010 1011110 10010 11100 1011000 101100

Color Harmonies of #D1680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1680D

Black with #D1680D

Text Example


Text Example

White with #D1680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1680D; }

 p { color: rgb(209,104,13); }

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

background-color css

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

 a { background-color: rgb(209,104,13); }

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

border-color css

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

 span { border-color: rgb(209,104,13); }

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