#D27C0E

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

Shades of Ochre #D27C0E

Tints of Ochre #D27C0E

Color information

#D27C0E (or 0xD27C0E) is unknown color: approx Ochre. HEX triplet: D2, 7C and 0E. RGB value is (210,124,14). Sum of RGB (Red+Green+Blue) = 210+124+14=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C0E is #2D83F1. Grayscale: #898989. Windows color (decimal): -2982898 or 949458. OLE color: 949458.

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

Color convert

RGB21012414-
CMYK00.410.930.18
HSL33.67º87.5%43.92%-
HSV(B)33.67º93.33%82.35%-
XYZ33.8728.154.06-
YUV137.1758.49179.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=60.34%
G=35.63%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101241400.410.930.1833.6787.543.92
HexD27CE0295D1222582c
Octal32217416051135224213054
Binary110100101111100111001010011011101100101000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C0E; }

 p { color: rgb(210,124,14); }

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

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

 a { background-color: rgb(210,124,14); }

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

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

 span { border-color: rgb(210,124,14); }

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