#D18123

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

Shades of Ochre #D18123

Tints of Ochre #D18123

Color information

#D18123 (or 0xD18123) is unknown color: approx Ochre. HEX triplet: D1, 81 and 23. RGB value is (209,129,35). Sum of RGB (Red+Green+Blue) = 209+129+35=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D18123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18123 is #2E7EDC. Grayscale: #8E8E8E. Windows color (decimal): -3047133 or 2326993. OLE color: 2326993.

HSL color Cylindrical-coordinate representation of color #D18123: hue angle of 32.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18123 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB20912935-
CMYK00.380.830.18
HSL32.41º71.31%47.84%-
HSV(B)32.41º83.25%81.96%-
XYZ34.4529.385.44-
YUV142.267.5175.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 35 (14.06% from 255) = 9.38%
R=56.03%
G=34.58%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091293500.380.830.1832.4171.3147.84
HexD181230265312204730
Octal32120143046123224010760
Binary110100011000000110001101001101010011100101000001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18123; }

 p { color: rgb(209,129,35); }

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

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

 a { background-color: rgb(209,129,35); }

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

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

 span { border-color: rgb(209,129,35); }

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