Html Css Color HEX #D16F27 Chocolate

📋 copy color: '#D16F27'

red 209 ◦ green 111 ◦ blue 39

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

Shades of Chocolate #D16F27

Tints of Chocolate #D16F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

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

R = 58.22%
G = 30.92%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16F27 (or 0xD16F27) is known color: Chocolate. HEX triplet: D1, 6F and 27. RGB value is (209,111,39). Sum of RGB (Red+Green+Blue) = 209+111+39=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F27 is #2E90D8. Grayscale: #848484. Windows color (decimal): -3051737 or 2584529. OLE color: 2584529.

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

Color convert

RGB 209 111 39 -
CMYK 0 0.47 0.81 0.18
HSL 25.41º 0.69% 0.49% -
HSV(B) 25.41º 0.81% 0.82% -
XYZ 32.35 25.07 5.05 -
YUV 132.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 209 111 39 0 0.47 0.81 0.18 25.41 0.69 0.49
Hex D1 6F 27 0 2F 51 12 19 45 31
Octal 321 157 47 0 57 121 22 31 105 61
Binary 11010001 1101111 100111 0 101111 1010001 10010 11001 1000101 110001

Color Harmonies of #D16F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F27

Black with #D16F27

Text Example


Text Example

White with #D16F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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