Html Css Color HEX #D16514 Chocolate

📋 copy color: '#D16514'

red 209 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #D16514

Tints of Chocolate #D16514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 63.33%
G = 30.61%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16514 (or 0xD16514) is known color: Chocolate. HEX triplet: D1, 65 and 14. RGB value is (209,101,20). Sum of RGB (Red+Green+Blue) = 209+101+20=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16514 is #2E9AEB. Grayscale: #7C7C7C. Windows color (decimal): -3054316 or 1336785. OLE color: 1336785.

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

Color convert

RGB 209 101 20 -
CMYK 0 0.52 0.90 0.18
HSL 25.71º 0.83% 0.45% -
HSV(B) 25.71º 0.9% 0.82% -
XYZ 31.07 22.91 3.45 -
YUV 124.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 209 101 20 0 0.52 0.90 0.18 25.71 0.83 0.45
Hex D1 65 14 0 34 5A 12 1A 53 2D
Octal 321 145 24 0 64 132 22 32 123 55
Binary 11010001 1100101 10100 0 110100 1011010 10010 11010 1010011 101101

Color Harmonies of #D16514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16514

Black with #D16514

Text Example


Text Example

White with #D16514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16514; }

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

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

background-color css

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

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

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

border-color css

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

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

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