Html Css Color HEX #D47411 Chocolate

📋 copy color: '#D47411'

red 212 ◦ green 116 ◦ blue 17

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

Shades of Chocolate #D47411

Tints of Chocolate #D47411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 17 (7.03% from 255) = 4.93%

R = 61.45%
G = 33.62%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47411 (or 0xD47411) is known color: Chocolate. HEX triplet: D4, 74 and 11. RGB value is (212,116,17). Sum of RGB (Red+Green+Blue) = 212+116+17=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D47411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47411 is #2B8BEE. Grayscale: #858585. Windows color (decimal): -2853871 or 1144020. OLE color: 1144020.

HSL color Cylindrical-coordinate representation of color #D47411: hue angle of 30.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D47411 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 116 17 -
CMYK 0 0.45 0.92 0.17
HSL 30.46º 0.85% 0.45% -
HSV(B) 30.46º 0.92% 0.83% -
XYZ 33.5 26.53 3.89 -
YUV 133.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 212 116 17 0 0.45 0.92 0.17 30.46 0.85 0.45
Hex D4 74 11 0 2D 5C 11 1E 55 2D
Octal 324 164 21 0 55 134 21 36 125 55
Binary 11010100 1110100 10001 0 101101 1011100 10001 11110 1010101 101101

Color Harmonies of #D47411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47411

Black with #D47411

Text Example


Text Example

White with #D47411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47411; }

 p { color: rgb(212,116,17); }

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

background-color css

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

 a { background-color: rgb(212,116,17); }

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

border-color css

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

 span { border-color: rgb(212,116,17); }

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