Html Css Color HEX #D16C27 Chocolate

📋 copy color: '#D16C27'

red 209 ◦ green 108 ◦ blue 39

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

Shades of Chocolate #D16C27

Tints of Chocolate #D16C27

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 58.71%
G = 30.34%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16C27 (or 0xD16C27) is known color: Chocolate. HEX triplet: D1, 6C and 27. RGB value is (209,108,39). Sum of RGB (Red+Green+Blue) = 209+108+39=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C27 is #2E93D8. Grayscale: #828282. Windows color (decimal): -3052505 or 2583761. OLE color: 2583761.

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

Color convert

RGB 209 108 39 -
CMYK 0 0.48 0.81 0.18
HSL 24.35º 0.69% 0.49% -
HSV(B) 24.35º 0.81% 0.82% -
XYZ 32.02 24.43 4.95 -
YUV 130.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 209 108 39 0 0.48 0.81 0.18 24.35 0.69 0.49
Hex D1 6C 27 0 30 51 12 18 45 31
Octal 321 154 47 0 60 121 22 30 105 61
Binary 11010001 1101100 100111 0 110000 1010001 10010 11000 1000101 110001

Color Harmonies of #D16C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C27

Black with #D16C27

Text Example


Text Example

White with #D16C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C27; }

 p { color: rgb(209,108,39); }

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

background-color css

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

 a { background-color: rgb(209,108,39); }

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

border-color css

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

 span { border-color: rgb(209,108,39); }

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