#D47C1D

Color #D47C1D Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D47C1D

Tints of Ochre #D47C1D

Color information

#D47C1D (or 0xD47C1D) is unknown color: approx Ochre. HEX triplet: D4, 7C and 1D. RGB value is (212,124,29). Sum of RGB (Red+Green+Blue) = 212+124+29=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47C1D is #2B83E2. Grayscale: #8B8B8B. Windows color (decimal): -2851811 or 1932500. OLE color: 1932500.

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

Color convert

RGB21212429-
CMYK00.420.860.17
HSL31.15º75.93%47.25%-
HSV(B)31.15º86.32%83.14%-
XYZ34.5828.54.84-
YUV139.4865.65179.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 29 (11.72% from 255) = 7.95%
R=58.08%
G=33.97%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121242900.420.860.1731.1575.9347.25
HexD47C1D02A56111f4c2f
Octal32417435052126213711457
Binary110101001111100111010101010101011010001111111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C1D; }

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

 H1.HeaderClassName
 {
   color: #D47C1D;
 }
 .AnyTagClassName
 {
   color: #D47C1D;
 }
</style>
background-color css

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

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

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

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

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

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