Html Css Color HEX #D16E27 Chocolate

📋 copy color: '#D16E27'

red 209 ◦ green 110 ◦ blue 39

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

Shades of Chocolate #D16E27

Tints of Chocolate #D16E27

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 58.38%
G = 30.73%
B = 10.89%

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

#D16E27 (or 0xD16E27) is known color: Chocolate. HEX triplet: D1, 6E and 27. RGB value is (209,110,39). Sum of RGB (Red+Green+Blue) = 209+110+39=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E27 is #2E91D8. Grayscale: #838383. Windows color (decimal): -3051993 or 2584273. OLE color: 2584273.

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

Color convert

RGB 209 110 39 -
CMYK 0 0.47 0.81 0.18
HSL 25.06º 0.69% 0.49% -
HSV(B) 25.06º 0.81% 0.82% -
XYZ 32.24 24.85 5.02 -
YUV 131.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 209 110 39 0 0.47 0.81 0.18 25.06 0.69 0.49
Hex D1 6E 27 0 2F 51 12 19 45 31
Octal 321 156 47 0 57 121 22 31 105 61
Binary 11010001 1101110 100111 0 101111 1010001 10010 11001 1000101 110001

Color Harmonies of #D16E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E27

Black with #D16E27

Text Example


Text Example

White with #D16E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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