#D0721D

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

Shades of Ochre #D0721D

Tints of Ochre #D0721D

Color information

#D0721D (or 0xD0721D) is unknown color: approx Ochre. HEX triplet: D0, 72 and 1D. RGB value is (208,114,29). Sum of RGB (Red+Green+Blue) = 208+114+29=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0721D is #2F8DE2. Grayscale: #848484. Windows color (decimal): -3116515 or 1929936. OLE color: 1929936.

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

Color convert

RGB20811429-
CMYK00.450.860.18
HSL28.49º75.53%46.47%-
HSV(B)28.49º86.06%81.57%-
XYZ32.2525.534.39-
YUV132.4269.64181.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.26%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 29 (11.72% from 255) = 8.26%
R=59.26%
G=32.48%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081142900.450.860.1828.4975.5346.47
HexD0721D02D56121c4c2e
Octal32016235055126223411456
Binary110100001110010111010101101101011010010111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0721D; }

 p { color: rgb(208,114,29); }

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

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

 a { background-color: rgb(208,114,29); }

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

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

 span { border-color: rgb(208,114,29); }

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