Html Css Color HEX #D4561A Chocolate

📋 copy color: '#D4561A'

red 212 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #D4561A

Tints of Chocolate #D4561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 65.43%
G = 26.54%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4561A (or 0xD4561A) is known color: Chocolate. HEX triplet: D4, 56 and 1A. RGB value is (212,86,26). Sum of RGB (Red+Green+Blue) = 212+86+26=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4561A is #2BA9E5. Grayscale: #757575. Windows color (decimal): -2861542 or 1726164. OLE color: 1726164.

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

Color convert

RGB 212 86 26 -
CMYK 0 0.59 0.88 0.17
HSL 19.35º 0.78% 0.47% -
HSV(B) 19.35º 0.88% 0.83% -
XYZ 30.67 20.73 3.36 -
YUV 116.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 212 86 26 0 0.59 0.88 0.17 19.35 0.78 0.47
Hex D4 56 1A 0 3B 58 11 13 4E 2F
Octal 324 126 32 0 73 130 21 23 116 57
Binary 11010100 1010110 11010 0 111011 1011000 10001 10011 1001110 101111

Color Harmonies of #D4561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4561A

Black with #D4561A

Text Example


Text Example

White with #D4561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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