Html Css Color HEX #D5621F Chocolate

📋 copy color: '#D5621F'

red 213 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #D5621F

Tints of Chocolate #D5621F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 62.28%
G = 28.65%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5621F (or 0xD5621F) is known color: Chocolate. HEX triplet: D5, 62 and 1F. RGB value is (213,98,31). Sum of RGB (Red+Green+Blue) = 213+98+31=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5621F is #2A9DE0. Grayscale: #7D7D7D. Windows color (decimal): -2792929 or 2056917. OLE color: 2056917.

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

Color convert

RGB 213 98 31 -
CMYK 0 0.54 0.85 0.16
HSL 22.09º 0.75% 0.48% -
HSV(B) 22.09º 0.85% 0.84% -
XYZ 32.06 22.98 4.04 -
YUV 124.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 213 98 31 0 0.54 0.85 0.16 22.09 0.75 0.48
Hex D5 62 1F 0 36 55 10 16 4B 30
Octal 325 142 37 0 66 125 20 26 113 60
Binary 11010101 1100010 11111 0 110110 1010101 10000 10110 1001011 110000

Color Harmonies of #D5621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5621F

Black with #D5621F

Text Example


Text Example

White with #D5621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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