Html Css Color HEX #D1621E Chocolate

📋 copy color: '#D1621E'

red 209 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #D1621E

Tints of Chocolate #D1621E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 62.02%
G = 29.08%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1621E (or 0xD1621E) is known color: Chocolate. HEX triplet: D1, 62 and 1E. RGB value is (209,98,30). Sum of RGB (Red+Green+Blue) = 209+98+30=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1621E is #2E9DE1. Grayscale: #7B7B7B. Windows color (decimal): -3055074 or 1991377. OLE color: 1991377.

HSL color Cylindrical-coordinate representation of color #D1621E: hue angle of 22.79º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1621E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 30 -
CMYK 0 0.53 0.86 0.18
HSL 22.79º 0.75% 0.47% -
HSV(B) 22.79º 0.86% 0.82% -
XYZ 30.9 22.38 3.92 -
YUV 123.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 209 98 30 0 0.53 0.86 0.18 22.79 0.75 0.47
Hex D1 62 1E 0 35 56 12 17 4B 2F
Octal 321 142 36 0 65 126 22 27 113 57
Binary 11010001 1100010 11110 0 110101 1010110 10010 10111 1001011 101111

Color Harmonies of #D1621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1621E

Black with #D1621E

Text Example


Text Example

White with #D1621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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