#D77F15

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

Shades of Ochre #D77F15

Tints of Ochre #D77F15

Color information

#D77F15 (or 0xD77F15) is unknown color: approx Ochre. HEX triplet: D7, 7F and 15. RGB value is (215,127,21). Sum of RGB (Red+Green+Blue) = 215+127+21=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77F15 is #2880EA. Grayscale: #8D8D8D. Windows color (decimal): -2654443 or 1408983. OLE color: 1408983.

HSL color Cylindrical-coordinate representation of color #D77F15: hue angle of 32.78º degrees, saturation: 0.82, 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 #D77F15 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21512721-
CMYK00.410.900.16
HSL32.78º82.2%46.27%-
HSV(B)32.78º90.23%84.31%-
XYZ35.7529.684.55-
YUV141.2360.15180.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 21 (8.59% from 255) = 5.79%
R=59.23%
G=34.99%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151272100.410.900.1632.7882.246.27
HexD77F150295A1021522e
Octal32717725051132204112256
Binary1101011111111111010101010011011010100001000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F15; }

 p { color: rgb(215,127,21); }

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

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

 a { background-color: rgb(215,127,21); }

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

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

 span { border-color: rgb(215,127,21); }

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