#D4761D

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

Shades of Ochre #D4761D

Tints of Ochre #D4761D

Color information

#D4761D (or 0xD4761D) is unknown color: approx Ochre. HEX triplet: D4, 76 and 1D. RGB value is (212,118,29). Sum of RGB (Red+Green+Blue) = 212+118+29=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4761D is #2B89E2. Grayscale: #888888. Windows color (decimal): -2853347 or 1930964. OLE color: 1930964.

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

Color convert

RGB21211829-
CMYK00.440.860.17
HSL29.18º75.93%47.25%-
HSV(B)29.18º86.32%83.14%-
XYZ33.8527.044.6-
YUV135.9667.64182.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.05%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 29 (11.72% from 255) = 8.08%
R=59.05%
G=32.87%
B=8.08%

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
Decimal2121182900.440.860.1729.1875.9347.25
HexD4761D02C56111d4c2f
Octal32416635054126213511457
Binary110101001110110111010101100101011010001111011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4761D; }

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

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

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

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

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

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

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

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