#D77E19

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

Shades of Ochre #D77E19

Tints of Ochre #D77E19

Color information

#D77E19 (or 0xD77E19) is unknown color: approx Ochre. HEX triplet: D7, 7E and 19. RGB value is (215,126,25). Sum of RGB (Red+Green+Blue) = 215+126+25=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E19 is #2881E6. Grayscale: #8D8D8D. Windows color (decimal): -2654695 or 1670871. OLE color: 1670871.

HSL color Cylindrical-coordinate representation of color #D77E19: hue angle of 31.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D77E19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21512625-
CMYK00.410.880.16
HSL31.89º79.17%47.06%-
HSV(B)31.89º88.37%84.31%-
XYZ35.6629.444.72-
YUV141.162.49180.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.74%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=58.74%
G=34.43%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151262500.410.880.1631.8979.1747.06
HexD77E190295810204f2f
Octal32717631051130204011757
Binary1101011111111101100101010011011000100001000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77E19; }

 p { color: rgb(215,126,25); }

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

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

 a { background-color: rgb(215,126,25); }

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

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

 span { border-color: rgb(215,126,25); }

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