Html Css Color HEX #D4711E Chocolate

📋 copy color: '#D4711E'

red 212 ◦ green 113 ◦ blue 30

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

Shades of Chocolate #D4711E

Tints of Chocolate #D4711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 59.72%
G = 31.83%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4711E (or 0xD4711E) is known color: Chocolate. HEX triplet: D4, 71 and 1E. RGB value is (212,113,30). Sum of RGB (Red+Green+Blue) = 212+113+30=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4711E is #2B8EE1. Grayscale: #858585. Windows color (decimal): -2854626 or 1995220. OLE color: 1995220.

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

Color convert

RGB 212 113 30 -
CMYK 0 0.47 0.86 0.17
HSL 27.36º 0.75% 0.47% -
HSV(B) 27.36º 0.86% 0.83% -
XYZ 33.29 25.9 4.47 -
YUV 133.14 69.8 184.25 -
System Red Green Blue C M Y K H S L
Decimal 212 113 30 0 0.47 0.86 0.17 27.36 0.75 0.47
Hex D4 71 1E 0 2F 56 11 1B 4B 2F
Octal 324 161 36 0 57 126 21 33 113 57
Binary 11010100 1110001 11110 0 101111 1010110 10001 11011 1001011 101111

Color Harmonies of #D4711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4711E

Black with #D4711E

Text Example


Text Example

White with #D4711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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