#d0770e

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

Shades of Ochre #D0770E

Tints of Ochre #D0770E

Color information

#D0770E (or 0xD0770E) is unknown color: approx Ochre. HEX triplet: D0, 77 and 0E. RGB value is (208,119,14). Sum of RGB (Red+Green+Blue) = 208+119+14=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0770E is #2F88F1. Grayscale: #868686. Windows color (decimal): -3115250 or 948176. OLE color: 948176.

HSL color Cylindrical-coordinate representation of color #D0770E: hue angle of 32.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0770E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20811914-
CMYK00.430.930.18
HSL32.47º87.39%43.53%-
HSV(B)32.47º93.27%81.57%-
XYZ32.6926.643.83-
YUV133.6460.49181.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=61.00%
G=34.90%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081191400.430.930.1832.4787.3943.53
HexD077E02B5D1220572c
Octal32016716053135224012754
Binary110100001110111111001010111011101100101000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0770e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0770e; }

 p { color: rgb(208,119,14); }

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

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

 a { background-color: rgb(208,119,14); }

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

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

 span { border-color: rgb(208,119,14); }

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