Html Css Color HEX #D4621D Chocolate

📋 copy color: '#D4621D'

red 212 ◦ green 98 ◦ blue 29

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

Shades of Chocolate #D4621D

Tints of Chocolate #D4621D

RGB

 RED value IS 212 (83.2% from 255) = 62.54%

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

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

R = 62.54%
G = 28.91%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4621D (or 0xD4621D) is known color: Chocolate. HEX triplet: D4, 62 and 1D. RGB value is (212,98,29). Sum of RGB (Red+Green+Blue) = 212+98+29=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4621D is #2B9DE2. Grayscale: #7C7C7C. Windows color (decimal): -2858467 or 1925844. OLE color: 1925844.

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

Color convert

RGB 212 98 29 -
CMYK 0 0.54 0.86 0.17
HSL 22.62º 0.76% 0.47% -
HSV(B) 22.62º 0.86% 0.83% -
XYZ 31.74 22.82 3.89 -
YUV 124.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 212 98 29 0 0.54 0.86 0.17 22.62 0.76 0.47
Hex D4 62 1D 0 36 56 11 17 4C 2F
Octal 324 142 35 0 66 126 21 27 114 57
Binary 11010100 1100010 11101 0 110110 1010110 10001 10111 1001100 101111

Color Harmonies of #D4621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4621D

Black with #D4621D

Text Example


Text Example

White with #D4621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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