Html Css Color HEX #D18412 Ochre

📋 copy color: '#D18412'

red 209 ◦ green 132 ◦ blue 18

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

Shades of Ochre #D18412

Tints of Ochre #D18412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 58.22%
G = 36.77%
B = 5.01%

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

#D18412 (or 0xD18412) is known color: Ochre. HEX triplet: D1, 84 and 12. RGB value is (209,132,18). Sum of RGB (Red+Green+Blue) = 209+132+18=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D18412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18412 is #2E7BED. Grayscale: #8E8E8E. Windows color (decimal): -3046382 or 1213649. OLE color: 1213649.

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

Color convert

RGB 209 132 18 -
CMYK 0 0.37 0.91 0.18
HSL 35.81º 0.84% 0.45% -
HSV(B) 35.81º 0.91% 0.82% -
XYZ 34.65 30.1 4.56 -
YUV 142.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 209 132 18 0 0.37 0.91 0.18 35.81 0.84 0.45
Hex D1 84 12 0 25 5B 12 24 54 2D
Octal 321 204 22 0 45 133 22 44 124 55
Binary 11010001 10000100 10010 0 100101 1011011 10010 100100 1010100 101101

Color Harmonies of #D18412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18412

Black with #D18412

Text Example


Text Example

White with #D18412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18412; }

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

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

background-color css

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

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

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

border-color css

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

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

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