Html Css Color HEX #D1680B Chocolate

📋 copy color: '#D1680B'

red 209 ◦ green 104 ◦ blue 11

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

Shades of Chocolate #D1680B

Tints of Chocolate #D1680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 64.51%
G = 32.1%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1680B (or 0xD1680B) is known color: Chocolate. HEX triplet: D1, 68 and 0B. RGB value is (209,104,11). Sum of RGB (Red+Green+Blue) = 209+104+11=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1680B is #2E97F4. Grayscale: #7D7D7D. Windows color (decimal): -3053557 or 747729. OLE color: 747729.

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

Color convert

RGB 209 104 11 -
CMYK 0 0.50 0.95 0.18
HSL 28.18º 0.9% 0.43% -
HSV(B) 28.18º 0.95% 0.82% -
XYZ 31.31 23.48 3.2 -
YUV 124.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 209 104 11 0 0.50 0.95 0.18 28.18 0.9 0.43
Hex D1 68 B 0 32 5F 12 1C 5A 2B
Octal 321 150 13 0 62 137 22 34 132 53
Binary 11010001 1101000 1011 0 110010 1011111 10010 11100 1011010 101011

Color Harmonies of #D1680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1680B

Black with #D1680B

Text Example


Text Example

White with #D1680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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