#D27125

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

Shades of Ochre #D27125

Tints of Ochre #D27125

Color information

#D27125 (or 0xD27125) is unknown color: approx Ochre. HEX triplet: D2, 71 and 25. RGB value is (210,113,37). Sum of RGB (Red+Green+Blue) = 210+113+37=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D27125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27125 is #2D8EDA. Grayscale: #858585. Windows color (decimal): -2985691 or 2453970. OLE color: 2453970.

HSL color Cylindrical-coordinate representation of color #D27125: hue angle of 26.36º 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 #D27125 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB21011337-
CMYK00.460.820.18
HSL26.36º70.04%48.43%-
HSV(B)26.36º82.38%82.35%-
XYZ32.8225.654.97-
YUV133.3473.64182.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.33%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=58.33%
G=31.39%
B=10.28%

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
Decimal2101133700.460.820.1826.3670.0448.43
HexD2712502E52121a4630
Octal32216145056122223210660
Binary1101001011100011001010101110101001010010110101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27125; }

 p { color: rgb(210,113,37); }

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

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

 a { background-color: rgb(210,113,37); }

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

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

 span { border-color: rgb(210,113,37); }

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