#D2800D

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

Shades of Ochre #D2800D

Tints of Ochre #D2800D

Color information

#D2800D (or 0xD2800D) is unknown color: approx Ochre. HEX triplet: D2, 80 and 0D. RGB value is (210,128,13). Sum of RGB (Red+Green+Blue) = 210+128+13=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800D is #2D7FF2. Grayscale: #8B8B8B. Windows color (decimal): -2981875 or 884946. OLE color: 884946.

HSL color Cylindrical-coordinate representation of color #D2800D: hue angle of 35.03º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2800D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB21012813-
CMYK00.390.940.18
HSL35.03º88.34%43.73%-
HSV(B)35.03º93.81%82.35%-
XYZ34.3729.174.2-
YUV139.4156.67178.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.83%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 13 (5.47% from 255) = 3.70%
R=59.83%
G=36.47%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101281300.390.940.1835.0388.3443.73
HexD280D0275E1223582c
Octal32220015047136224313054
Binary1101001010000000110101001111011110100101000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2800D; }

 p { color: rgb(210,128,13); }

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

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

 a { background-color: rgb(210,128,13); }

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

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

 span { border-color: rgb(210,128,13); }

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