Html Css Color HEX #D16610 Chocolate

📋 copy color: '#D16610'

red 209 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #D16610

Tints of Chocolate #D16610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 63.91%
G = 31.19%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16610 (or 0xD16610) is known color: Chocolate. HEX triplet: D1, 66 and 10. RGB value is (209,102,16). Sum of RGB (Red+Green+Blue) = 209+102+16=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D16610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16610 is #2E99EF. Grayscale: #7C7C7C. Windows color (decimal): -3054064 or 1074897. OLE color: 1074897.

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

Color convert

RGB 209 102 16 -
CMYK 0 0.51 0.92 0.18
HSL 26.74º 0.86% 0.44% -
HSV(B) 26.74º 0.92% 0.82% -
XYZ 31.14 23.1 3.31 -
YUV 124.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 209 102 16 0 0.51 0.92 0.18 26.74 0.86 0.44
Hex D1 66 10 0 33 5C 12 1B 56 2C
Octal 321 146 20 0 63 134 22 33 126 54
Binary 11010001 1100110 10000 0 110011 1011100 10010 11011 1010110 101100

Color Harmonies of #D16610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16610

Black with #D16610

Text Example


Text Example

White with #D16610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16610; }

 p { color: rgb(209,102,16); }

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

background-color css

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

 a { background-color: rgb(209,102,16); }

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

border-color css

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

 span { border-color: rgb(209,102,16); }

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