Html Css Color HEX #D4621A Chocolate

📋 copy color: '#D4621A'

red 212 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #D4621A

Tints of Chocolate #D4621A

RGB

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

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

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

R = 63.1%
G = 29.17%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4621A (or 0xD4621A) is known color: Chocolate. HEX triplet: D4, 62 and 1A. RGB value is (212,98,26). Sum of RGB (Red+Green+Blue) = 212+98+26=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4621A is #2B9DE5. Grayscale: #7C7C7C. Windows color (decimal): -2858470 or 1729236. OLE color: 1729236.

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

Color convert

RGB 212 98 26 -
CMYK 0 0.54 0.88 0.17
HSL 23.23º 0.78% 0.47% -
HSV(B) 23.23º 0.88% 0.83% -
XYZ 31.71 22.81 3.71 -
YUV 123.88 72.77 190.85 -
System Red Green Blue C M Y K H S L
Decimal 212 98 26 0 0.54 0.88 0.17 23.23 0.78 0.47
Hex D4 62 1A 0 36 58 11 17 4E 2F
Octal 324 142 32 0 66 130 21 27 116 57
Binary 11010100 1100010 11010 0 110110 1011000 10001 10111 1001110 101111

Color Harmonies of #D4621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4621A

Black with #D4621A

Text Example


Text Example

White with #D4621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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