Html Css Color HEX #D18519 Ochre

📋 copy color: '#D18519'

red 209 ◦ green 133 ◦ blue 25

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

Shades of Ochre #D18519

Tints of Ochre #D18519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 56.95%
G = 36.24%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D18519 (or 0xD18519) is known color: Ochre. HEX triplet: D1, 85 and 19. RGB value is (209,133,25). Sum of RGB (Red+Green+Blue) = 209+133+25=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D18519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18519 is #2E7AE6. Grayscale: #8F8F8F. Windows color (decimal): -3046119 or 1672657. OLE color: 1672657.

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

Color convert

RGB 209 133 25 -
CMYK 0 0.36 0.88 0.18
HSL 35.22º 0.79% 0.46% -
HSV(B) 35.22º 0.88% 0.82% -
XYZ 34.86 30.4 4.95 -
YUV 143.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 209 133 25 0 0.36 0.88 0.18 35.22 0.79 0.46
Hex D1 85 19 0 24 58 12 23 4F 2E
Octal 321 205 31 0 44 130 22 43 117 56
Binary 11010001 10000101 11001 0 100100 1011000 10010 100011 1001111 101110

Color Harmonies of #D18519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18519

Black with #D18519

Text Example


Text Example

White with #D18519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18519; }

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

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

background-color css

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

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

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

border-color css

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

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

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