Html Css Color HEX #D18511 Ochre

📋 copy color: '#D18511'

red 209 ◦ green 133 ◦ blue 17

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

Shades of Ochre #D18511

Tints of Ochre #D18511

RGB

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

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

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

R = 58.22%
G = 37.05%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18511 (or 0xD18511) is known color: Ochre. HEX triplet: D1, 85 and 11. RGB value is (209,133,17). Sum of RGB (Red+Green+Blue) = 209+133+17=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D18511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18511 is #2E7AEE. Grayscale: #8F8F8F. Windows color (decimal): -3046127 or 1148369. OLE color: 1148369.

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

Color convert

RGB 209 133 17 -
CMYK 0 0.36 0.92 0.18
HSL 36.25º 0.85% 0.44% -
HSV(B) 36.25º 0.92% 0.82% -
XYZ 34.78 30.37 4.56 -
YUV 142.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 209 133 17 0 0.36 0.92 0.18 36.25 0.85 0.44
Hex D1 85 11 0 24 5C 12 24 55 2C
Octal 321 205 21 0 44 134 22 44 125 54
Binary 11010001 10000101 10001 0 100100 1011100 10010 100100 1010101 101100

Color Harmonies of #D18511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18511

Black with #D18511

Text Example


Text Example

White with #D18511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18511; }

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

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

background-color css

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

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

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

border-color css

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

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

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