Html Css Color HEX #D18116 Ochre

📋 copy color: '#D18116'

red 209 ◦ green 129 ◦ blue 22

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

Shades of Ochre #D18116

Tints of Ochre #D18116

RGB

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

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

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

R = 58.06%
G = 35.83%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18116 (or 0xD18116) is known color: Ochre. HEX triplet: D1, 81 and 16. RGB value is (209,129,22). Sum of RGB (Red+Green+Blue) = 209+129+22=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18116 is #2E7EE9. Grayscale: #8D8D8D. Windows color (decimal): -3047146 or 1475025. OLE color: 1475025.

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

Color convert

RGB 209 129 22 -
CMYK 0 0.38 0.89 0.18
HSL 34.33º 0.81% 0.45% -
HSV(B) 34.33º 0.89% 0.82% -
XYZ 34.29 29.31 4.61 -
YUV 140.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 209 129 22 0 0.38 0.89 0.18 34.33 0.81 0.45
Hex D1 81 16 0 26 59 12 22 51 2D
Octal 321 201 26 0 46 131 22 42 121 55
Binary 11010001 10000001 10110 0 100110 1011001 10010 100010 1010001 101101

Color Harmonies of #D18116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18116

Black with #D18116

Text Example


Text Example

White with #D18116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18116; }

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

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

background-color css

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

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

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

border-color css

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

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

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