#D47723

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

Shades of Ochre #D47723

Tints of Ochre #D47723

Color information

#D47723 (or 0xD47723) is unknown color: approx Ochre. HEX triplet: D4, 77 and 23. RGB value is (212,119,35). Sum of RGB (Red+Green+Blue) = 212+119+35=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D47723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47723 is #2B88DC. Grayscale: #898989. Windows color (decimal): -2853085 or 2324436. OLE color: 2324436.

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

Color convert

RGB21211935-
CMYK00.440.830.17
HSL28.47º71.66%48.43%-
HSV(B)28.47º83.49%83.14%-
XYZ34.0527.315.07-
YUV137.2370.31181.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.92%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 35 (14.06% from 255) = 9.56%
R=57.92%
G=32.51%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121193500.440.830.1728.4771.6648.43
HexD4772302C53111c4830
Octal32416743054123213411060
Binary1101010011101111000110101100101001110001111001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47723; }

 p { color: rgb(212,119,35); }

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

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

 a { background-color: rgb(212,119,35); }

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

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

 span { border-color: rgb(212,119,35); }

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