#d77c16

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

Shades of Ochre #D77C16

Tints of Ochre #D77C16

Color information

#D77C16 (or 0xD77C16) is unknown color: approx Ochre. HEX triplet: D7, 7C and 16. RGB value is (215,124,22). Sum of RGB (Red+Green+Blue) = 215+124+22=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77C16 is #2883E9. Grayscale: #8C8C8C. Windows color (decimal): -2655210 or 1473751. OLE color: 1473751.

HSL color Cylindrical-coordinate representation of color #D77C16: hue angle of 31.71º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77C16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21512422-
CMYK00.420.900.16
HSL31.71º81.43%46.47%-
HSV(B)31.71º89.77%84.31%-
XYZ35.3828.924.48-
YUV139.5861.65181.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 22 (8.98% from 255) = 6.09%
R=59.56%
G=34.35%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151242200.420.900.1631.7181.4346.47
HexD77C1602A5A1020512e
Octal32717426052132204012156
Binary1101011111111001011001010101011010100001000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d77c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d77c16; }

 p { color: rgb(215,124,22); }

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

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

 a { background-color: rgb(215,124,22); }

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

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

 span { border-color: rgb(215,124,22); }

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