#D4811C

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

Shades of Ochre #D4811C

Tints of Ochre #D4811C

Color information

#D4811C (or 0xD4811C) is unknown color: approx Ochre. HEX triplet: D4, 81 and 1C. RGB value is (212,129,28). Sum of RGB (Red+Green+Blue) = 212+129+28=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4811C is #2B7EE3. Grayscale: #8E8E8E. Windows color (decimal): -2850532 or 1868244. OLE color: 1868244.

HSL color Cylindrical-coordinate representation of color #D4811C: hue angle of 32.93º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4811C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21212928-
CMYK00.390.870.17
HSL32.93º76.67%47.06%-
HSV(B)32.93º86.79%83.14%-
XYZ35.2129.784.99-
YUV142.363.5177.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.45%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 28 (11.33% from 255) = 7.59%
R=57.45%
G=34.96%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121292800.390.870.1732.9376.6747.06
HexD4811C0275711214d2f
Octal32420134047127214111557
Binary11010100100000011110001001111010111100011000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4811C; }

 p { color: rgb(212,129,28); }

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

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

 a { background-color: rgb(212,129,28); }

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

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

 span { border-color: rgb(212,129,28); }

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