#D4861D

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

Shades of Ochre #D4861D

Tints of Ochre #D4861D

Color information

#D4861D (or 0xD4861D) is unknown color: approx Ochre. HEX triplet: D4, 86 and 1D. RGB value is (212,134,29). Sum of RGB (Red+Green+Blue) = 212+134+29=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4861D is #2B79E2. Grayscale: #919191. Windows color (decimal): -2849251 or 1935060. OLE color: 1935060.

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

Color convert

RGB21213429-
CMYK00.370.860.17
HSL34.43º75.93%47.25%-
HSV(B)34.43º86.32%83.14%-
XYZ35.931.145.28-
YUV145.3562.34175.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.53%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=56.53%
G=35.73%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121342900.370.860.1734.4375.9347.25
HexD4861D0255611224c2f
Octal32420635045126214211457
Binary11010100100001101110101001011010110100011000101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4861D; }

 p { color: rgb(212,134,29); }

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

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

 a { background-color: rgb(212,134,29); }

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

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

 span { border-color: rgb(212,134,29); }

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