Html Css Color HEX #D4561E Chocolate

📋 copy color: '#D4561E'

red 212 ◦ green 86 ◦ blue 30

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

Shades of Chocolate #D4561E

Tints of Chocolate #D4561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 64.63%
G = 26.22%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4561E (or 0xD4561E) is known color: Chocolate. HEX triplet: D4, 56 and 1E. RGB value is (212,86,30). Sum of RGB (Red+Green+Blue) = 212+86+30=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4561E is #2BA9E1. Grayscale: #757575. Windows color (decimal): -2861538 or 1988308. OLE color: 1988308.

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

Color convert

RGB 212 86 30 -
CMYK 0 0.59 0.86 0.17
HSL 18.46º 0.75% 0.47% -
HSV(B) 18.46º 0.86% 0.83% -
XYZ 30.71 20.75 3.61 -
YUV 117.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 212 86 30 0 0.59 0.86 0.17 18.46 0.75 0.47
Hex D4 56 1E 0 3B 56 11 12 4B 2F
Octal 324 126 36 0 73 126 21 22 113 57
Binary 11010100 1010110 11110 0 111011 1010110 10001 10010 1001011 101111

Color Harmonies of #D4561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4561E

Black with #D4561E

Text Example


Text Example

White with #D4561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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