#D17B1A

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

Shades of Ochre #D17B1A

Tints of Ochre #D17B1A

Color information

#D17B1A (or 0xD17B1A) is unknown color: approx Ochre. HEX triplet: D1, 7B and 1A. RGB value is (209,123,26). Sum of RGB (Red+Green+Blue) = 209+123+26=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17B1A is #2E84E5. Grayscale: #8A8A8A. Windows color (decimal): -3048678 or 1735633. OLE color: 1735633.

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

Color convert

RGB20912326-
CMYK00.410.880.18
HSL31.8º77.87%46.08%-
HSV(B)31.8º87.56%81.96%-
XYZ33.5627.84.57-
YUV137.6664.99178.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.38%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 26 (10.55% from 255) = 7.26%
R=58.38%
G=34.36%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091232600.410.880.1831.877.8746.08
HexD17B1A0295812204e2e
Octal32117332051130224011656
Binary1101000111110111101001010011011000100101000001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17B1A; }

 p { color: rgb(209,123,26); }

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

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

 a { background-color: rgb(209,123,26); }

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

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

 span { border-color: rgb(209,123,26); }

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