Html Css Color HEX #D1701D Chocolate

📋 copy color: '#D1701D'

red 209 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #D1701D

Tints of Chocolate #D1701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 59.71%
G = 32%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1701D (or 0xD1701D) is known color: Chocolate. HEX triplet: D1, 70 and 1D. RGB value is (209,112,29). Sum of RGB (Red+Green+Blue) = 209+112+29=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1701D is #2E8FE2. Grayscale: #838383. Windows color (decimal): -3051491 or 1929425. OLE color: 1929425.

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

Color convert

RGB 209 112 29 -
CMYK 0 0.46 0.86 0.18
HSL 27.67º 0.76% 0.47% -
HSV(B) 27.67º 0.86% 0.82% -
XYZ 32.31 25.23 4.33 -
YUV 131.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 209 112 29 0 0.46 0.86 0.18 27.67 0.76 0.47
Hex D1 70 1D 0 2E 56 12 1C 4C 2F
Octal 321 160 35 0 56 126 22 34 114 57
Binary 11010001 1110000 11101 0 101110 1010110 10010 11100 1001100 101111

Color Harmonies of #D1701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1701D

Black with #D1701D

Text Example


Text Example

White with #D1701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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