Html Css Color HEX #D18410 Ochre

📋 copy color: '#D18410'

red 209 ◦ green 132 ◦ blue 16

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

Shades of Ochre #D18410

Tints of Ochre #D18410

RGB

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

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

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

R = 58.54%
G = 36.97%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D18410 (or 0xD18410) is known color: Ochre. HEX triplet: D1, 84 and 10. RGB value is (209,132,16). Sum of RGB (Red+Green+Blue) = 209+132+16=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D18410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18410 is #2E7BEF. Grayscale: #8E8E8E. Windows color (decimal): -3046384 or 1082577. OLE color: 1082577.

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

Color convert

RGB 209 132 16 -
CMYK 0 0.37 0.92 0.18
HSL 36.06º 0.86% 0.44% -
HSV(B) 36.06º 0.92% 0.82% -
XYZ 34.64 30.1 4.47 -
YUV 141.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 209 132 16 0 0.37 0.92 0.18 36.06 0.86 0.44
Hex D1 84 10 0 25 5C 12 24 56 2C
Octal 321 204 20 0 45 134 22 44 126 54
Binary 11010001 10000100 10000 0 100101 1011100 10010 100100 1010110 101100

Color Harmonies of #D18410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18410

Black with #D18410

Text Example


Text Example

White with #D18410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18410; }

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

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

background-color css

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

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

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

border-color css

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

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

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