Html Css Color HEX #D18112 Ochre

📋 copy color: '#D18112'

red 209 ◦ green 129 ◦ blue 18

#D18112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D18112

Tints of Ochre #D18112

RGB

 RED value IS 209 (82.03% from 255) = 58.71%

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 58.71%
G = 36.24%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18112 (or 0xD18112) is known color: Ochre. HEX triplet: D1, 81 and 12. RGB value is (209,129,18). Sum of RGB (Red+Green+Blue) = 209+129+18=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D18112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18112 is #2E7EED. Grayscale: #8C8C8C. Windows color (decimal): -3047150 or 1212881. OLE color: 1212881.

HSL color Cylindrical-coordinate representation of color #D18112: hue angle of 34.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D18112 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 18 -
CMYK 0 0.38 0.91 0.18
HSL 34.87º 0.84% 0.45% -
HSV(B) 34.87º 0.91% 0.82% -
XYZ 34.25 29.3 4.42 -
YUV 140.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 209 129 18 0 0.38 0.91 0.18 34.87 0.84 0.45
Hex D1 81 12 0 26 5B 12 23 54 2D
Octal 321 201 22 0 46 133 22 43 124 55
Binary 11010001 10000001 10010 0 100110 1011011 10010 100011 1010100 101101

Color Harmonies of #D18112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18112

Black with #D18112

Text Example


Text Example

White with #D18112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18112; }

 p { color: rgb(209,129,18); }

 H1.HeaderClassName
 {
   color: #D18112;
 }
 .AnyTagClassName
 {
   color: #D18112;
 }
</style>

background-color css

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

 a { background-color: rgb(209,129,18); }

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

border-color css

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

 span { border-color: rgb(209,129,18); }

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