Html Css Color HEX #D16B27 Chocolate

📋 copy color: '#D16B27'

red 209 ◦ green 107 ◦ blue 39

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

Shades of Chocolate #D16B27

Tints of Chocolate #D16B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

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

R = 58.87%
G = 30.14%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16B27 (or 0xD16B27) is known color: Chocolate. HEX triplet: D1, 6B and 27. RGB value is (209,107,39). Sum of RGB (Red+Green+Blue) = 209+107+39=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B27 is #2E94D8. Grayscale: #828282. Windows color (decimal): -3052761 or 2583505. OLE color: 2583505.

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

Color convert

RGB 209 107 39 -
CMYK 0 0.49 0.81 0.18
HSL 24º 0.69% 0.49% -
HSV(B) 24º 0.81% 0.82% -
XYZ 31.92 24.22 4.91 -
YUV 129.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 209 107 39 0 0.49 0.81 0.18 24 0.69 0.49
Hex D1 6B 27 0 31 51 12 18 45 31
Octal 321 153 47 0 61 121 22 30 105 61
Binary 11010001 1101011 100111 0 110001 1010001 10010 11000 1000101 110001

Color Harmonies of #D16B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B27

Black with #D16B27

Text Example


Text Example

White with #D16B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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