#D17E0D

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

Shades of Ochre #D17E0D

Tints of Ochre #D17E0D

Color information

#D17E0D (or 0xD17E0D) is unknown color: approx Ochre. HEX triplet: D1, 7E and 0D. RGB value is (209,126,13). Sum of RGB (Red+Green+Blue) = 209+126+13=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17E0D is #2E81F2. Grayscale: #8A8A8A. Windows color (decimal): -3047923 or 884433. OLE color: 884433.

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

Color convert

RGB20912613-
CMYK00.400.940.18
HSL34.59º88.29%43.53%-
HSV(B)34.59º93.78%81.96%-
XYZ33.8328.514.1-
YUV137.9357.5178.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.06%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 13 (5.47% from 255) = 3.74%
R=60.06%
G=36.21%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091261300.400.940.1834.5988.2943.53
HexD17ED0285E1223582c
Octal32117615050136224313054
Binary110100011111110110101010001011110100101000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E0D; }

 p { color: rgb(209,126,13); }

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

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

 a { background-color: rgb(209,126,13); }

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

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

 span { border-color: rgb(209,126,13); }

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