Html Css Color HEX #D18110 Ochre

📋 copy color: '#D18110'

red 209 ◦ green 129 ◦ blue 16

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

Shades of Ochre #D18110

Tints of Ochre #D18110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 59.04%
G = 36.44%
B = 4.52%

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

#D18110 (or 0xD18110) is known color: Ochre. HEX triplet: D1, 81 and 10. RGB value is (209,129,16). Sum of RGB (Red+Green+Blue) = 209+129+16=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D18110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18110 is #2E7EEF. Grayscale: #8C8C8C. Windows color (decimal): -3047152 or 1081809. OLE color: 1081809.

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

Color convert

RGB 209 129 16 -
CMYK 0 0.38 0.92 0.18
HSL 35.13º 0.86% 0.44% -
HSV(B) 35.13º 0.92% 0.82% -
XYZ 34.24 29.29 4.34 -
YUV 140.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 209 129 16 0 0.38 0.92 0.18 35.13 0.86 0.44
Hex D1 81 10 0 26 5C 12 23 56 2C
Octal 321 201 20 0 46 134 22 43 126 54
Binary 11010001 10000001 10000 0 100110 1011100 10010 100011 1010110 101100

Color Harmonies of #D18110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18110

Black with #D18110

Text Example


Text Example

White with #D18110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18110; }

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

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

background-color css

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

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

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

border-color css

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

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

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