Html Css Color HEX #D16712 Chocolate

📋 copy color: '#D16712'

red 209 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #D16712

Tints of Chocolate #D16712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 63.33%
G = 31.21%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D16712 (or 0xD16712) is known color: Chocolate. HEX triplet: D1, 67 and 12. RGB value is (209,103,18). Sum of RGB (Red+Green+Blue) = 209+103+18=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16712 is #2E98ED. Grayscale: #7D7D7D. Windows color (decimal): -3053806 or 1206225. OLE color: 1206225.

HSL color Cylindrical-coordinate representation of color #D16712: hue angle of 26.7º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16712 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 18 -
CMYK 0 0.51 0.91 0.18
HSL 26.7º 0.84% 0.45% -
HSV(B) 26.7º 0.91% 0.82% -
XYZ 31.25 23.3 3.42 -
YUV 125 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 209 103 18 0 0.51 0.91 0.18 26.7 0.84 0.45
Hex D1 67 12 0 33 5B 12 1B 54 2D
Octal 321 147 22 0 63 133 22 33 124 55
Binary 11010001 1100111 10010 0 110011 1011011 10010 11011 1010100 101101

Color Harmonies of #D16712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16712

Black with #D16712

Text Example


Text Example

White with #D16712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16712; }

 p { color: rgb(209,103,18); }

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

background-color css

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

 a { background-color: rgb(209,103,18); }

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

border-color css

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

 span { border-color: rgb(209,103,18); }

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