#d17c23

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

Shades of Ochre #D17C23

Tints of Ochre #D17C23

Color information

#D17C23 (or 0xD17C23) is unknown color: approx Ochre. HEX triplet: D1, 7C and 23. RGB value is (209,124,35). Sum of RGB (Red+Green+Blue) = 209+124+35=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C23 is #2E83DC. Grayscale: #8B8B8B. Windows color (decimal): -3048413 or 2325713. OLE color: 2325713.

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

Color convert

RGB20912435-
CMYK00.410.830.18
HSL30.69º71.31%47.84%-
HSV(B)30.69º83.25%81.96%-
XYZ33.8128.095.23-
YUV139.2769.16177.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.79%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 35 (14.06% from 255) = 9.51%
R=56.79%
G=33.70%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091243500.410.830.1830.6971.3147.84
HexD17C2302953121f4730
Octal32117443051123223710760
Binary1101000111111001000110101001101001110010111111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d17c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d17c23; }

 p { color: rgb(209,124,35); }

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

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

 a { background-color: rgb(209,124,35); }

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

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

 span { border-color: rgb(209,124,35); }

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