Html Css Color HEX #D1730D Chocolate

📋 copy color: '#D1730D'

red 209 ◦ green 115 ◦ blue 13

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

Shades of Chocolate #D1730D

Tints of Chocolate #D1730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 62.02%
G = 34.12%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1730D (or 0xD1730D) is known color: Chocolate. HEX triplet: D1, 73 and 0D. RGB value is (209,115,13). Sum of RGB (Red+Green+Blue) = 209+115+13=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1730D is #2E8CF2. Grayscale: #838383. Windows color (decimal): -3050739 or 881617. OLE color: 881617.

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

Color convert

RGB 209 115 13 -
CMYK 0 0.45 0.94 0.18
HSL 31.22º 0.88% 0.44% -
HSV(B) 31.22º 0.94% 0.82% -
XYZ 32.5 25.85 3.66 -
YUV 131.48 61.14 183.29 -
System Red Green Blue C M Y K H S L
Decimal 209 115 13 0 0.45 0.94 0.18 31.22 0.88 0.44
Hex D1 73 D 0 2D 5E 12 1F 58 2C
Octal 321 163 15 0 55 136 22 37 130 54
Binary 11010001 1110011 1101 0 101101 1011110 10010 11111 1011000 101100

Color Harmonies of #D1730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1730D

Black with #D1730D

Text Example


Text Example

White with #D1730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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