Html Css Color HEX #D18012 Ochre

📋 copy color: '#D18012'

red 209 ◦ green 128 ◦ blue 18

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

Shades of Ochre #D18012

Tints of Ochre #D18012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 58.87%
G = 36.06%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18012 (or 0xD18012) is known color: Ochre. HEX triplet: D1, 80 and 12. RGB value is (209,128,18). Sum of RGB (Red+Green+Blue) = 209+128+18=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D18012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18012 is #2E7FED. Grayscale: #8C8C8C. Windows color (decimal): -3047406 or 1212625. OLE color: 1212625.

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

Color convert

RGB 209 128 18 -
CMYK 0 0.39 0.91 0.18
HSL 34.55º 0.84% 0.45% -
HSV(B) 34.55º 0.91% 0.82% -
XYZ 34.12 29.04 4.38 -
YUV 139.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 209 128 18 0 0.39 0.91 0.18 34.55 0.84 0.45
Hex D1 80 12 0 27 5B 12 23 54 2D
Octal 321 200 22 0 47 133 22 43 124 55
Binary 11010001 10000000 10010 0 100111 1011011 10010 100011 1010100 101101

Color Harmonies of #D18012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18012

Black with #D18012

Text Example


Text Example

White with #D18012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18012; }

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

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

background-color css

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

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

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

border-color css

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

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

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