Html Css Color HEX #D5621A Chocolate

📋 copy color: '#D5621A'

red 213 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #D5621A

Tints of Chocolate #D5621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 63.2%
G = 29.08%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5621A (or 0xD5621A) is known color: Chocolate. HEX triplet: D5, 62 and 1A. RGB value is (213,98,26). Sum of RGB (Red+Green+Blue) = 213+98+26=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5621A is #2A9DE5. Grayscale: #7C7C7C. Windows color (decimal): -2792934 or 1729237. OLE color: 1729237.

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

Color convert

RGB 213 98 26 -
CMYK 0 0.54 0.88 0.16
HSL 23.1º 0.78% 0.47% -
HSV(B) 23.1º 0.88% 0.84% -
XYZ 31.99 22.96 3.72 -
YUV 124.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 213 98 26 0 0.54 0.88 0.16 23.1 0.78 0.47
Hex D5 62 1A 0 36 58 10 17 4E 2F
Octal 325 142 32 0 66 130 20 27 116 57
Binary 11010101 1100010 11010 0 110110 1011000 10000 10111 1001110 101111

Color Harmonies of #D5621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5621A

Black with #D5621A

Text Example


Text Example

White with #D5621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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