Html Css Color HEX #D16426 Chocolate

📋 copy color: '#D16426'

red 209 ◦ green 100 ◦ blue 38

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

Shades of Chocolate #D16426

Tints of Chocolate #D16426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 60.23%
G = 28.82%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D16426 (or 0xD16426) is known color: Chocolate. HEX triplet: D1, 64 and 26. RGB value is (209,100,38). Sum of RGB (Red+Green+Blue) = 209+100+38=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16426 is #2E9BD9. Grayscale: #7D7D7D. Windows color (decimal): -3054554 or 2516177. OLE color: 2516177.

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

Color convert

RGB 209 100 38 -
CMYK 0 0.52 0.82 0.18
HSL 21.75º 0.69% 0.48% -
HSV(B) 21.75º 0.82% 0.82% -
XYZ 31.2 22.81 4.59 -
YUV 125.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 209 100 38 0 0.52 0.82 0.18 21.75 0.69 0.48
Hex D1 64 26 0 34 52 12 16 45 30
Octal 321 144 46 0 64 122 22 26 105 60
Binary 11010001 1100100 100110 0 110100 1010010 10010 10110 1000101 110000

Color Harmonies of #D16426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16426

Black with #D16426

Text Example


Text Example

White with #D16426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16426; }

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

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

background-color css

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

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

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

border-color css

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

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

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