#D2871A

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

Shades of Ochre #D2871A

Tints of Ochre #D2871A

Color information

#D2871A (or 0xD2871A) is unknown color: approx Ochre. HEX triplet: D2, 87 and 1A. RGB value is (210,135,26). Sum of RGB (Red+Green+Blue) = 210+135+26=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2871A is #2D78E5. Grayscale: #919191. Windows color (decimal): -2980070 or 1738706. OLE color: 1738706.

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

Color convert

RGB21013526-
CMYK00.360.880.18
HSL35.54º77.97%46.27%-
HSV(B)35.54º87.62%82.35%-
XYZ35.4331.15.11-
YUV14560.85174.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 26 (10.55% from 255) = 7.01%
R=56.60%
G=36.39%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101352600.360.880.1835.5477.9746.27
HexD2871A0245812244e2e
Octal32220732044130224411656
Binary11010010100001111101001001001011000100101001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2871A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2871A; }

 p { color: rgb(210,135,26); }

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

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

 a { background-color: rgb(210,135,26); }

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

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

 span { border-color: rgb(210,135,26); }

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