Html Css Color HEX #D16323 Chocolate

📋 copy color: '#D16323'

red 209 ◦ green 99 ◦ blue 35

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

Shades of Chocolate #D16323

Tints of Chocolate #D16323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 60.93%
G = 28.86%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D16323 (or 0xD16323) is known color: Chocolate. HEX triplet: D1, 63 and 23. RGB value is (209,99,35). Sum of RGB (Red+Green+Blue) = 209+99+35=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D16323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16323 is #2E9CDC. Grayscale: #7C7C7C. Windows color (decimal): -3054813 or 2319313. OLE color: 2319313.

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

Color convert

RGB 209 99 35 -
CMYK 0 0.53 0.83 0.18
HSL 22.07º 0.71% 0.48% -
HSV(B) 22.07º 0.83% 0.82% -
XYZ 31.06 22.6 4.32 -
YUV 124.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 209 99 35 0 0.53 0.83 0.18 22.07 0.71 0.48
Hex D1 63 23 0 35 53 12 16 47 30
Octal 321 143 43 0 65 123 22 26 107 60
Binary 11010001 1100011 100011 0 110101 1010011 10010 10110 1000111 110000

Color Harmonies of #D16323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16323

Black with #D16323

Text Example


Text Example

White with #D16323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16323; }

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

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

background-color css

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

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

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

border-color css

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

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

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