#D47A28

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

Shades of Ochre #D47A28

Tints of Ochre #D47A28

Color information

#D47A28 (or 0xD47A28) is unknown color: approx Ochre. HEX triplet: D4, 7A and 28. RGB value is (212,122,40). Sum of RGB (Red+Green+Blue) = 212+122+40=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A28 is #2B85D7. Grayscale: #8B8B8B. Windows color (decimal): -2852312 or 2652884. OLE color: 2652884.

HSL color Cylindrical-coordinate representation of color #D47A28: hue angle of 28.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D47A28 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB21212240-
CMYK00.420.810.17
HSL28.6º68.25%49.41%-
HSV(B)28.6º81.13%83.14%-
XYZ34.4928.075.61-
YUV139.5671.82179.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=56.68%
G=32.62%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121224000.420.810.1728.668.2549.41
HexD47A2802A51111d4431
Octal32417250052121213510461
Binary1101010011110101010000101010101000110001111011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A28; }

 p { color: rgb(212,122,40); }

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

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

 a { background-color: rgb(212,122,40); }

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

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

 span { border-color: rgb(212,122,40); }

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