Html Css Color HEX #D1711A Chocolate

📋 copy color: '#D1711A'

red 209 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #D1711A

Tints of Chocolate #D1711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 60.06%
G = 32.47%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1711A (or 0xD1711A) is known color: Chocolate. HEX triplet: D1, 71 and 1A. RGB value is (209,113,26). Sum of RGB (Red+Green+Blue) = 209+113+26=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1711A is #2E8EE5. Grayscale: #848484. Windows color (decimal): -3051238 or 1733073. OLE color: 1733073.

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

Color convert

RGB 209 113 26 -
CMYK 0 0.46 0.88 0.18
HSL 28.52º 0.78% 0.46% -
HSV(B) 28.52º 0.88% 0.82% -
XYZ 32.39 25.44 4.18 -
YUV 131.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 209 113 26 0 0.46 0.88 0.18 28.52 0.78 0.46
Hex D1 71 1A 0 2E 58 12 1D 4E 2E
Octal 321 161 32 0 56 130 22 35 116 56
Binary 11010001 1110001 11010 0 101110 1011000 10010 11101 1001110 101110

Color Harmonies of #D1711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1711A

Black with #D1711A

Text Example


Text Example

White with #D1711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1711A; }

 p { color: rgb(209,113,26); }

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

background-color css

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

 a { background-color: rgb(209,113,26); }

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

border-color css

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

 span { border-color: rgb(209,113,26); }

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