Html Css Color HEX #D18119 Ochre

📋 copy color: '#D18119'

red 209 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D18119

Tints of Ochre #D18119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 57.58%
G = 35.54%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D18119 (or 0xD18119) is known color: Ochre. HEX triplet: D1, 81 and 19. RGB value is (209,129,25). Sum of RGB (Red+Green+Blue) = 209+129+25=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18119 is #2E7EE6. Grayscale: #8D8D8D. Windows color (decimal): -3047143 or 1671633. OLE color: 1671633.

HSL color Cylindrical-coordinate representation of color #D18119: hue angle of 33.91º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D18119 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 25 -
CMYK 0 0.38 0.88 0.18
HSL 33.91º 0.79% 0.46% -
HSV(B) 33.91º 0.88% 0.82% -
XYZ 34.32 29.33 4.77 -
YUV 141.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 209 129 25 0 0.38 0.88 0.18 33.91 0.79 0.46
Hex D1 81 19 0 26 58 12 22 4F 2E
Octal 321 201 31 0 46 130 22 42 117 56
Binary 11010001 10000001 11001 0 100110 1011000 10010 100010 1001111 101110

Color Harmonies of #D18119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18119

Black with #D18119

Text Example


Text Example

White with #D18119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18119; }

 p { color: rgb(209,129,25); }

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

background-color css

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

 a { background-color: rgb(209,129,25); }

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

border-color css

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

 span { border-color: rgb(209,129,25); }

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