Html Css Color HEX #D5621C Chocolate

📋 copy color: '#D5621C'

red 213 ◦ green 98 ◦ blue 28

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

Shades of Chocolate #D5621C

Tints of Chocolate #D5621C

RGB

 RED value IS 213 (83.59% from 255) = 62.83%

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 62.83%
G = 28.91%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5621C (or 0xD5621C) is known color: Chocolate. HEX triplet: D5, 62 and 1C. RGB value is (213,98,28). Sum of RGB (Red+Green+Blue) = 213+98+28=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5621C is #2A9DE3. Grayscale: #7C7C7C. Windows color (decimal): -2792932 or 1860309. OLE color: 1860309.

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

Color convert

RGB 213 98 28 -
CMYK 0 0.54 0.87 0.16
HSL 22.7º 0.77% 0.47% -
HSV(B) 22.7º 0.87% 0.84% -
XYZ 32.02 22.97 3.84 -
YUV 124.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 213 98 28 0 0.54 0.87 0.16 22.7 0.77 0.47
Hex D5 62 1C 0 36 57 10 17 4D 2F
Octal 325 142 34 0 66 127 20 27 115 57
Binary 11010101 1100010 11100 0 110110 1010111 10000 10111 1001101 101111

Color Harmonies of #D5621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5621C

Black with #D5621C

Text Example


Text Example

White with #D5621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5621C; }

 p { color: rgb(213,98,28); }

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

background-color css

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

 a { background-color: rgb(213,98,28); }

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

border-color css

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

 span { border-color: rgb(213,98,28); }

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