Html Css Color HEX #D18312 Ochre

📋 copy color: '#D18312'

red 209 ◦ green 131 ◦ blue 18

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

Shades of Ochre #D18312

Tints of Ochre #D18312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 58.38%
G = 36.59%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18312 (or 0xD18312) is known color: Ochre. HEX triplet: D1, 83 and 12. RGB value is (209,131,18). Sum of RGB (Red+Green+Blue) = 209+131+18=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D18312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18312 is #2E7CED. Grayscale: #8D8D8D. Windows color (decimal): -3046638 or 1213393. OLE color: 1213393.

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

Color convert

RGB 209 131 18 -
CMYK 0 0.37 0.91 0.18
HSL 35.5º 0.84% 0.45% -
HSV(B) 35.5º 0.91% 0.82% -
XYZ 34.52 29.83 4.51 -
YUV 141.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 209 131 18 0 0.37 0.91 0.18 35.5 0.84 0.45
Hex D1 83 12 0 25 5B 12 23 54 2D
Octal 321 203 22 0 45 133 22 43 124 55
Binary 11010001 10000011 10010 0 100101 1011011 10010 100011 1010100 101101

Color Harmonies of #D18312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18312

Black with #D18312

Text Example


Text Example

White with #D18312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18312; }

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

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

background-color css

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

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

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

border-color css

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

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

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