Html Css Color HEX #D18010 Ochre

📋 copy color: '#D18010'

red 209 ◦ green 128 ◦ blue 16

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

Shades of Ochre #D18010

Tints of Ochre #D18010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 59.21%
G = 36.26%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18010 (or 0xD18010) is known color: Ochre. HEX triplet: D1, 80 and 10. RGB value is (209,128,16). Sum of RGB (Red+Green+Blue) = 209+128+16=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D18010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18010 is #2E7FEF. Grayscale: #8B8B8B. Windows color (decimal): -3047408 or 1081553. OLE color: 1081553.

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

Color convert

RGB 209 128 16 -
CMYK 0 0.39 0.92 0.18
HSL 34.82º 0.86% 0.44% -
HSV(B) 34.82º 0.92% 0.82% -
XYZ 34.11 29.03 4.3 -
YUV 139.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 209 128 16 0 0.39 0.92 0.18 34.82 0.86 0.44
Hex D1 80 10 0 27 5C 12 23 56 2C
Octal 321 200 20 0 47 134 22 43 126 54
Binary 11010001 10000000 10000 0 100111 1011100 10010 100011 1010110 101100

Color Harmonies of #D18010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18010

Black with #D18010

Text Example


Text Example

White with #D18010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18010; }

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

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

background-color css

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

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

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

border-color css

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

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

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