Html Css Color HEX #D4711D Chocolate

📋 copy color: '#D4711D'

red 212 ◦ green 113 ◦ blue 29

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

Shades of Chocolate #D4711D

Tints of Chocolate #D4711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 59.89%
G = 31.92%
B = 8.19%

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

#D4711D (or 0xD4711D) is known color: Chocolate. HEX triplet: D4, 71 and 1D. RGB value is (212,113,29). Sum of RGB (Red+Green+Blue) = 212+113+29=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4711D is #2B8EE2. Grayscale: #858585. Windows color (decimal): -2854627 or 1929684. OLE color: 1929684.

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

Color convert

RGB 212 113 29 -
CMYK 0 0.47 0.86 0.17
HSL 27.54º 0.76% 0.47% -
HSV(B) 27.54º 0.86% 0.83% -
XYZ 33.28 25.9 4.41 -
YUV 133.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 212 113 29 0 0.47 0.86 0.17 27.54 0.76 0.47
Hex D4 71 1D 0 2F 56 11 1C 4C 2F
Octal 324 161 35 0 57 126 21 34 114 57
Binary 11010100 1110001 11101 0 101111 1010110 10001 11100 1001100 101111

Color Harmonies of #D4711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4711D

Black with #D4711D

Text Example


Text Example

White with #D4711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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