Html Css Color HEX #D16314 Chocolate

📋 copy color: '#D16314'

red 209 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #D16314

Tints of Chocolate #D16314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 63.72%
G = 30.18%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16314 (or 0xD16314) is known color: Chocolate. HEX triplet: D1, 63 and 14. RGB value is (209,99,20). Sum of RGB (Red+Green+Blue) = 209+99+20=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16314 is #2E9CEB. Grayscale: #7B7B7B. Windows color (decimal): -3054828 or 1336273. OLE color: 1336273.

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

Color convert

RGB 209 99 20 -
CMYK 0 0.53 0.90 0.18
HSL 25.08º 0.83% 0.45% -
HSV(B) 25.08º 0.9% 0.82% -
XYZ 30.88 22.53 3.38 -
YUV 122.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 209 99 20 0 0.53 0.90 0.18 25.08 0.83 0.45
Hex D1 63 14 0 35 5A 12 19 53 2D
Octal 321 143 24 0 65 132 22 31 123 55
Binary 11010001 1100011 10100 0 110101 1011010 10010 11001 1010011 101101

Color Harmonies of #D16314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16314

Black with #D16314

Text Example


Text Example

White with #D16314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16314; }

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

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

background-color css

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

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

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

border-color css

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

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

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