#D27D1F

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

Shades of Ochre #D27D1F

Tints of Ochre #D27D1F

Color information

#D27D1F (or 0xD27D1F) is unknown color: approx Ochre. HEX triplet: D2, 7D and 1F. RGB value is (210,125,31). Sum of RGB (Red+Green+Blue) = 210+125+31=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D1F is #2D82E0. Grayscale: #8C8C8C. Windows color (decimal): -2982625 or 2063826. OLE color: 2063826.

HSL color Cylindrical-coordinate representation of color #D27D1F: hue angle of 31.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D27D1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB21012531-
CMYK00.400.850.18
HSL31.51º74.27%47.25%-
HSV(B)31.51º85.24%82.35%-
XYZ34.1628.474.99-
YUV139.766.66178.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.38%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=57.38%
G=34.15%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101253100.400.850.1831.5174.2747.25
HexD27D1F0285512204a2f
Octal32217537050125224011257
Binary1101001011111011111101010001010101100101000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D1F; }

 p { color: rgb(210,125,31); }

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

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

 a { background-color: rgb(210,125,31); }

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

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

 span { border-color: rgb(210,125,31); }

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