Html Css Color HEX #D5621D Chocolate

📋 copy color: '#D5621D'

red 213 ◦ green 98 ◦ blue 29

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

Shades of Chocolate #D5621D

Tints of Chocolate #D5621D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 62.65%
G = 28.82%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5621D (or 0xD5621D) is known color: Chocolate. HEX triplet: D5, 62 and 1D. RGB value is (213,98,29). Sum of RGB (Red+Green+Blue) = 213+98+29=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5621D is #2A9DE2. Grayscale: #7C7C7C. Windows color (decimal): -2792931 or 1925845. OLE color: 1925845.

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

Color convert

RGB 213 98 29 -
CMYK 0 0.54 0.86 0.16
HSL 22.5º 0.76% 0.47% -
HSV(B) 22.5º 0.86% 0.84% -
XYZ 32.03 22.97 3.91 -
YUV 124.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 213 98 29 0 0.54 0.86 0.16 22.5 0.76 0.47
Hex D5 62 1D 0 36 56 10 16 4C 2F
Octal 325 142 35 0 66 126 20 26 114 57
Binary 11010101 1100010 11101 0 110110 1010110 10000 10110 1001100 101111

Color Harmonies of #D5621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5621D

Black with #D5621D

Text Example


Text Example

White with #D5621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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