Html Css Color HEX #D16227 Chocolate

📋 copy color: '#D16227'

red 209 ◦ green 98 ◦ blue 39

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

Shades of Chocolate #D16227

Tints of Chocolate #D16227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 60.4%
G = 28.32%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16227 (or 0xD16227) is known color: Chocolate. HEX triplet: D1, 62 and 27. RGB value is (209,98,39). Sum of RGB (Red+Green+Blue) = 209+98+39=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16227 is #2E9DD8. Grayscale: #7C7C7C. Windows color (decimal): -3055065 or 2581201. OLE color: 2581201.

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

Color convert

RGB 209 98 39 -
CMYK 0 0.53 0.81 0.18
HSL 20.82º 0.69% 0.49% -
HSV(B) 20.82º 0.81% 0.82% -
XYZ 31.03 22.44 4.61 -
YUV 124.46 79.77 188.3 -
System Red Green Blue C M Y K H S L
Decimal 209 98 39 0 0.53 0.81 0.18 20.82 0.69 0.49
Hex D1 62 27 0 35 51 12 15 45 31
Octal 321 142 47 0 65 121 22 25 105 61
Binary 11010001 1100010 100111 0 110101 1010001 10010 10101 1000101 110001

Color Harmonies of #D16227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16227

Black with #D16227

Text Example


Text Example

White with #D16227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16227; }

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

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

background-color css

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

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

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

border-color css

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

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

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