#D17527

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

Shades of Ochre #D17527

Tints of Ochre #D17527

Color information

#D17527 (or 0xD17527) is unknown color: approx Ochre. HEX triplet: D1, 75 and 27. RGB value is (209,117,39). Sum of RGB (Red+Green+Blue) = 209+117+39=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D17527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17527 is #2E8AD8. Grayscale: #888888. Windows color (decimal): -3050201 or 2586065. OLE color: 2586065.

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

Color convert

RGB20911739-
CMYK00.440.810.18
HSL27.53º68.55%48.63%-
HSV(B)27.53º81.34%81.96%-
XYZ33.0226.425.28-
YUV135.6273.48180.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 39 (15.62% from 255) = 10.68%
R=57.26%
G=32.05%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091173900.440.810.1827.5368.5548.63
HexD1752702C51121c4531
Octal32116547054121223410561
Binary1101000111101011001110101100101000110010111001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17527; }

 p { color: rgb(209,117,39); }

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

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

 a { background-color: rgb(209,117,39); }

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

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

 span { border-color: rgb(209,117,39); }

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