Html Css Color HEX #D16614 Chocolate

📋 copy color: '#D16614'

red 209 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #D16614

Tints of Chocolate #D16614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 63.14%
G = 30.82%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16614 (or 0xD16614) is known color: Chocolate. HEX triplet: D1, 66 and 14. RGB value is (209,102,20). Sum of RGB (Red+Green+Blue) = 209+102+20=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16614 is #2E99EB. Grayscale: #7D7D7D. Windows color (decimal): -3054060 or 1337041. OLE color: 1337041.

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

Color convert

RGB 209 102 20 -
CMYK 0 0.51 0.90 0.18
HSL 26.03º 0.83% 0.45% -
HSV(B) 26.03º 0.9% 0.82% -
XYZ 31.17 23.11 3.48 -
YUV 124.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 209 102 20 0 0.51 0.90 0.18 26.03 0.83 0.45
Hex D1 66 14 0 33 5A 12 1A 53 2D
Octal 321 146 24 0 63 132 22 32 123 55
Binary 11010001 1100110 10100 0 110011 1011010 10010 11010 1010011 101101

Color Harmonies of #D16614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16614

Black with #D16614

Text Example


Text Example

White with #D16614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16614; }

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

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

background-color css

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

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

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

border-color css

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

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

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