#D27F0C

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

Shades of Ochre #D27F0C

Tints of Ochre #D27F0C

Color information

#D27F0C (or 0xD27F0C) is unknown color: approx Ochre. HEX triplet: D2, 7F and 0C. RGB value is (210,127,12). Sum of RGB (Red+Green+Blue) = 210+127+12=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F0C is #2D80F3. Grayscale: #8B8B8B. Windows color (decimal): -2982132 or 819154. OLE color: 819154.

HSL color Cylindrical-coordinate representation of color #D27F0C: hue angle of 34.85º degrees, saturation: 0.89, 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 #D27F0C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB21012712-
CMYK00.400.940.18
HSL34.85º89.19%43.53%-
HSV(B)34.85º94.29%82.35%-
XYZ34.2328.914.12-
YUV138.7156.5178.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.17%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=60.17%
G=36.39%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101271200.400.940.1834.8589.1943.53
HexD27FC0285E1223592c
Octal32217714050136224313154
Binary110100101111111110001010001011110100101000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F0C; }

 p { color: rgb(210,127,12); }

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

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

 a { background-color: rgb(210,127,12); }

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

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

 span { border-color: rgb(210,127,12); }

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