Html Css Color HEX #D4611A Chocolate

📋 copy color: '#D4611A'

red 212 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #D4611A

Tints of Chocolate #D4611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 63.28%
G = 28.96%
B = 7.76%

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

#D4611A (or 0xD4611A) is known color: Chocolate. HEX triplet: D4, 61 and 1A. RGB value is (212,97,26). Sum of RGB (Red+Green+Blue) = 212+97+26=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4611A is #2B9EE5. Grayscale: #7B7B7B. Windows color (decimal): -2858726 or 1728980. OLE color: 1728980.

HSL color Cylindrical-coordinate representation of color #D4611A: hue angle of 22.9º 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 #D4611A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 26 -
CMYK 0 0.54 0.88 0.17
HSL 22.9º 0.78% 0.47% -
HSV(B) 22.9º 0.88% 0.83% -
XYZ 31.61 22.62 3.68 -
YUV 123.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 212 97 26 0 0.54 0.88 0.17 22.9 0.78 0.47
Hex D4 61 1A 0 36 58 11 17 4E 2F
Octal 324 141 32 0 66 130 21 27 116 57
Binary 11010100 1100001 11010 0 110110 1011000 10001 10111 1001110 101111

Color Harmonies of #D4611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4611A

Black with #D4611A

Text Example


Text Example

White with #D4611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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