Html Css Color HEX #D16122 Chocolate

📋 copy color: '#D16122'

red 209 ◦ green 97 ◦ blue 34

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

Shades of Chocolate #D16122

Tints of Chocolate #D16122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 34 (13.67% from 255) = 10%

R = 61.47%
G = 28.53%
B = 10%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D16122 (or 0xD16122) is known color: Chocolate. HEX triplet: D1, 61 and 22. RGB value is (209,97,34). Sum of RGB (Red+Green+Blue) = 209+97+34=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16122 is #2E9EDD. Grayscale: #7B7B7B. Windows color (decimal): -3055326 or 2253265. OLE color: 2253265.

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

Color convert

RGB 209 97 34 -
CMYK 0 0.54 0.84 0.18
HSL 21.6º 0.72% 0.48% -
HSV(B) 21.6º 0.84% 0.82% -
XYZ 30.86 22.22 4.18 -
YUV 123.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 209 97 34 0 0.54 0.84 0.18 21.6 0.72 0.48
Hex D1 61 22 0 36 54 12 16 48 30
Octal 321 141 42 0 66 124 22 26 110 60
Binary 11010001 1100001 100010 0 110110 1010100 10010 10110 1001000 110000

Color Harmonies of #D16122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16122

Black with #D16122

Text Example


Text Example

White with #D16122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16122; }

 p { color: rgb(209,97,34); }

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

background-color css

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

 a { background-color: rgb(209,97,34); }

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

border-color css

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

 span { border-color: rgb(209,97,34); }

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