Html Css Color HEX #D18111 Ochre

📋 copy color: '#D18111'

red 209 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D18111

Tints of Ochre #D18111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.79%

R = 58.87%
G = 36.34%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18111 (or 0xD18111) is known color: Ochre. HEX triplet: D1, 81 and 11. RGB value is (209,129,17). Sum of RGB (Red+Green+Blue) = 209+129+17=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D18111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18111 is #2E7EEE. Grayscale: #8C8C8C. Windows color (decimal): -3047151 or 1147345. OLE color: 1147345.

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

Color convert

RGB 209 129 17 -
CMYK 0 0.38 0.92 0.18
HSL 35º 0.85% 0.44% -
HSV(B) 35º 0.92% 0.82% -
XYZ 34.25 29.3 4.38 -
YUV 140.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 209 129 17 0 0.38 0.92 0.18 35 0.85 0.44
Hex D1 81 11 0 26 5C 12 23 55 2C
Octal 321 201 21 0 46 134 22 43 125 54
Binary 11010001 10000001 10001 0 100110 1011100 10010 100011 1010101 101100

Color Harmonies of #D18111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18111

Black with #D18111

Text Example


Text Example

White with #D18111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18111; }

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

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

background-color css

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

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

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

border-color css

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

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

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