Html Css Color HEX #D1701A Chocolate

📋 copy color: '#D1701A'

red 209 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #D1701A

Tints of Chocolate #D1701A

RGB

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

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

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

R = 60.23%
G = 32.28%
B = 7.49%

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

#D1701A (or 0xD1701A) is known color: Chocolate. HEX triplet: D1, 70 and 1A. RGB value is (209,112,26). Sum of RGB (Red+Green+Blue) = 209+112+26=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1701A is #2E8FE5. Grayscale: #838383. Windows color (decimal): -3051494 or 1732817. OLE color: 1732817.

HSL color Cylindrical-coordinate representation of color #D1701A: hue angle of 28.2º 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 #D1701A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 26 -
CMYK 0 0.46 0.88 0.18
HSL 28.2º 0.78% 0.46% -
HSV(B) 28.2º 0.88% 0.82% -
XYZ 32.28 25.22 4.14 -
YUV 131.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 209 112 26 0 0.46 0.88 0.18 28.2 0.78 0.46
Hex D1 70 1A 0 2E 58 12 1C 4E 2E
Octal 321 160 32 0 56 130 22 34 116 56
Binary 11010001 1110000 11010 0 101110 1011000 10010 11100 1001110 101110

Color Harmonies of #D1701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1701A

Black with #D1701A

Text Example


Text Example

White with #D1701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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