Html Css Color HEX #D1621B Chocolate

📋 copy color: '#D1621B'

red 209 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #D1621B

Tints of Chocolate #D1621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 62.57%
G = 29.34%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1621B (or 0xD1621B) is known color: Chocolate. HEX triplet: D1, 62 and 1B. RGB value is (209,98,27). Sum of RGB (Red+Green+Blue) = 209+98+27=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1621B is #2E9DE4. Grayscale: #7B7B7B. Windows color (decimal): -3055077 or 1794769. OLE color: 1794769.

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

Color convert

RGB 209 98 27 -
CMYK 0 0.53 0.87 0.18
HSL 23.41º 0.77% 0.46% -
HSV(B) 23.41º 0.87% 0.82% -
XYZ 30.86 22.37 3.73 -
YUV 123.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 209 98 27 0 0.53 0.87 0.18 23.41 0.77 0.46
Hex D1 62 1B 0 35 57 12 17 4D 2E
Octal 321 142 33 0 65 127 22 27 115 56
Binary 11010001 1100010 11011 0 110101 1010111 10010 10111 1001101 101110

Color Harmonies of #D1621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1621B

Black with #D1621B

Text Example


Text Example

White with #D1621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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