Html Css Color HEX #D16726 Chocolate

📋 copy color: '#D16726'

red 209 ◦ green 103 ◦ blue 38

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

Shades of Chocolate #D16726

Tints of Chocolate #D16726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

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

R = 59.71%
G = 29.43%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D16726 (or 0xD16726) is known color: Chocolate. HEX triplet: D1, 67 and 26. RGB value is (209,103,38). Sum of RGB (Red+Green+Blue) = 209+103+38=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D16726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16726 is #2E98D9. Grayscale: #7F7F7F. Windows color (decimal): -3053786 or 2516945. OLE color: 2516945.

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

Color convert

RGB 209 103 38 -
CMYK 0 0.51 0.82 0.18
HSL 22.81º 0.69% 0.48% -
HSV(B) 22.81º 0.82% 0.82% -
XYZ 31.49 23.4 4.69 -
YUV 127.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 209 103 38 0 0.51 0.82 0.18 22.81 0.69 0.48
Hex D1 67 26 0 33 52 12 17 45 30
Octal 321 147 46 0 63 122 22 27 105 60
Binary 11010001 1100111 100110 0 110011 1010010 10010 10111 1000101 110000

Color Harmonies of #D16726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16726

Black with #D16726

Text Example


Text Example

White with #D16726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16726; }

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

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

background-color css

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

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

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

border-color css

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

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

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