Html Css Color HEX #D18512 Ochre

📋 copy color: '#D18512'

red 209 ◦ green 133 ◦ blue 18

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

Shades of Ochre #D18512

Tints of Ochre #D18512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 58.06%
G = 36.94%
B = 5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18512 (or 0xD18512) is known color: Ochre. HEX triplet: D1, 85 and 12. RGB value is (209,133,18). Sum of RGB (Red+Green+Blue) = 209+133+18=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18512 is #2E7AED. Grayscale: #8F8F8F. Windows color (decimal): -3046126 or 1213905. OLE color: 1213905.

HSL color Cylindrical-coordinate representation of color #D18512: hue angle of 36.13º 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 #D18512 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 18 -
CMYK 0 0.36 0.91 0.18
HSL 36.13º 0.84% 0.45% -
HSV(B) 36.13º 0.91% 0.82% -
XYZ 34.79 30.37 4.6 -
YUV 142.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 209 133 18 0 0.36 0.91 0.18 36.13 0.84 0.45
Hex D1 85 12 0 24 5B 12 24 54 2D
Octal 321 205 22 0 44 133 22 44 124 55
Binary 11010001 10000101 10010 0 100100 1011011 10010 100100 1010100 101101

Color Harmonies of #D18512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18512

Black with #D18512

Text Example


Text Example

White with #D18512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18512; }

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

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

background-color css

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

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

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

border-color css

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

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

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