#D47823

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

Shades of Ochre #D47823

Tints of Ochre #D47823

Color information

#D47823 (or 0xD47823) is unknown color: approx Ochre. HEX triplet: D4, 78 and 23. RGB value is (212,120,35). Sum of RGB (Red+Green+Blue) = 212+120+35=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D47823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47823 is #2B87DC. Grayscale: #8A8A8A. Windows color (decimal): -2852829 or 2324692. OLE color: 2324692.

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

Color convert

RGB21212035-
CMYK00.430.830.17
HSL28.81º71.66%48.43%-
HSV(B)28.81º83.49%83.14%-
XYZ34.1727.555.11-
YUV137.8269.98180.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 35 (14.06% from 255) = 9.54%
R=57.77%
G=32.70%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121203500.430.830.1728.8171.6648.43
HexD4782302B53111d4830
Octal32417043053123213511060
Binary1101010011110001000110101011101001110001111011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47823; }

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

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

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

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

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

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

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

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