#D07025

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

Shades of Ochre #D07025

Tints of Ochre #D07025

Color information

#D07025 (or 0xD07025) is unknown color: approx Ochre. HEX triplet: D0, 70 and 25. RGB value is (208,112,37). Sum of RGB (Red+Green+Blue) = 208+112+37=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D07025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07025 is #2F8FDA. Grayscale: #848484. Windows color (decimal): -3117019 or 2453712. OLE color: 2453712.

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

Color convert

RGB20811237-
CMYK00.460.820.18
HSL26.32º69.8%48.04%-
HSV(B)26.32º82.21%81.57%-
XYZ32.1425.134.91-
YUV132.1574.3182.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.26%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 37 (14.84% from 255) = 10.36%
R=58.26%
G=31.37%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081123700.460.820.1826.3269.848.04
HexD0702502E52121a4630
Octal32016045056122223210660
Binary1101000011100001001010101110101001010010110101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07025; }

 p { color: rgb(208,112,37); }

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

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

 a { background-color: rgb(208,112,37); }

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

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

 span { border-color: rgb(208,112,37); }

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