Html Css Color HEX #D16127 Chocolate

📋 copy color: '#D16127'

red 209 ◦ green 97 ◦ blue 39

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

Shades of Chocolate #D16127

Tints of Chocolate #D16127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 60.58%
G = 28.12%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16127 (or 0xD16127) is known color: Chocolate. HEX triplet: D1, 61 and 27. RGB value is (209,97,39). Sum of RGB (Red+Green+Blue) = 209+97+39=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16127 is #2E9ED8. Grayscale: #7C7C7C. Windows color (decimal): -3055321 or 2580945. OLE color: 2580945.

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

Color convert

RGB 209 97 39 -
CMYK 0 0.54 0.81 0.18
HSL 20.47º 0.69% 0.49% -
HSV(B) 20.47º 0.81% 0.82% -
XYZ 30.94 22.25 4.58 -
YUV 123.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 209 97 39 0 0.54 0.81 0.18 20.47 0.69 0.49
Hex D1 61 27 0 36 51 12 14 45 31
Octal 321 141 47 0 66 121 22 24 105 61
Binary 11010001 1100001 100111 0 110110 1010001 10010 10100 1000101 110001

Color Harmonies of #D16127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16127

Black with #D16127

Text Example


Text Example

White with #D16127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16127; }

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

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

background-color css

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

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

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

border-color css

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

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

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