#D4771D

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

Shades of Ochre #D4771D

Tints of Ochre #D4771D

Color information

#D4771D (or 0xD4771D) is unknown color: approx Ochre. HEX triplet: D4, 77 and 1D. RGB value is (212,119,29). Sum of RGB (Red+Green+Blue) = 212+119+29=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4771D is #2B88E2. Grayscale: #898989. Windows color (decimal): -2853091 or 1931220. OLE color: 1931220.

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

Color convert

RGB21211929-
CMYK00.440.860.17
HSL29.51º75.93%47.25%-
HSV(B)29.51º86.32%83.14%-
XYZ33.9727.284.64-
YUV136.5567.31181.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.89%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 29 (11.72% from 255) = 8.06%
R=58.89%
G=33.06%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121192900.440.860.1729.5175.9347.25
HexD4771D02C56111e4c2f
Octal32416735054126213611457
Binary110101001110111111010101100101011010001111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4771D; }

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

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

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

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

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

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

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

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