Html Css Color HEX #D16326 Chocolate

📋 copy color: '#D16326'

red 209 ◦ green 99 ◦ blue 38

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

Shades of Chocolate #D16326

Tints of Chocolate #D16326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 60.4%
G = 28.61%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D16326 (or 0xD16326) is known color: Chocolate. HEX triplet: D1, 63 and 26. RGB value is (209,99,38). Sum of RGB (Red+Green+Blue) = 209+99+38=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16326 is #2E9CD9. Grayscale: #7D7D7D. Windows color (decimal): -3054810 or 2515921. OLE color: 2515921.

HSL color Cylindrical-coordinate representation of color #D16326: hue angle of 21.4º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D16326 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 38 -
CMYK 0 0.53 0.82 0.18
HSL 21.4º 0.69% 0.48% -
HSV(B) 21.4º 0.82% 0.82% -
XYZ 31.11 22.62 4.56 -
YUV 124.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 209 99 38 0 0.53 0.82 0.18 21.4 0.69 0.48
Hex D1 63 26 0 35 52 12 15 45 30
Octal 321 143 46 0 65 122 22 25 105 60
Binary 11010001 1100011 100110 0 110101 1010010 10010 10101 1000101 110000

Color Harmonies of #D16326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16326

Black with #D16326

Text Example


Text Example

White with #D16326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16326; }

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

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

background-color css

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

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

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

border-color css

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

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

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