Html Css Color HEX #D18816 Ochre

📋 copy color: '#D18816'

red 209 ◦ green 136 ◦ blue 22

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

Shades of Ochre #D18816

Tints of Ochre #D18816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 56.95%
G = 37.06%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18816 (or 0xD18816) is known color: Ochre. HEX triplet: D1, 88 and 16. RGB value is (209,136,22). Sum of RGB (Red+Green+Blue) = 209+136+22=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D18816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18816 is #2E77E9. Grayscale: #919191. Windows color (decimal): -3045354 or 1476817. OLE color: 1476817.

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

Color convert

RGB 209 136 22 -
CMYK 0 0.35 0.89 0.18
HSL 36.58º 0.81% 0.45% -
HSV(B) 36.58º 0.89% 0.82% -
XYZ 35.24 31.22 4.93 -
YUV 144.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 209 136 22 0 0.35 0.89 0.18 36.58 0.81 0.45
Hex D1 88 16 0 23 59 12 25 51 2D
Octal 321 210 26 0 43 131 22 45 121 55
Binary 11010001 10001000 10110 0 100011 1011001 10010 100101 1010001 101101

Color Harmonies of #D18816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18816

Black with #D18816

Text Example


Text Example

White with #D18816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18816; }

 p { color: rgb(209,136,22); }

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

background-color css

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

 a { background-color: rgb(209,136,22); }

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

border-color css

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

 span { border-color: rgb(209,136,22); }

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