Html Css Color HEX #D3621B Chocolate

📋 copy color: '#D3621B'

red 211 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #D3621B

Tints of Chocolate #D3621B

RGB

 RED value IS 211 (82.81% from 255) = 62.8%

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

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

R = 62.8%
G = 29.17%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3621B (or 0xD3621B) is known color: Chocolate. HEX triplet: D3, 62 and 1B. RGB value is (211,98,27). Sum of RGB (Red+Green+Blue) = 211+98+27=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3621B is #2C9DE4. Grayscale: #7C7C7C. Windows color (decimal): -2924005 or 1794771. OLE color: 1794771.

HSL color Cylindrical-coordinate representation of color #D3621B: hue angle of 23.15º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3621B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 98 27 -
CMYK 0 0.54 0.87 0.17
HSL 23.15º 0.77% 0.47% -
HSV(B) 23.15º 0.87% 0.83% -
XYZ 31.43 22.66 3.75 -
YUV 123.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 211 98 27 0 0.54 0.87 0.17 23.15 0.77 0.47
Hex D3 62 1B 0 36 57 11 17 4D 2F
Octal 323 142 33 0 66 127 21 27 115 57
Binary 11010011 1100010 11011 0 110110 1010111 10001 10111 1001101 101111

Color Harmonies of #D3621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3621B

Black with #D3621B

Text Example


Text Example

White with #D3621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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