Html Css Color HEX #D18520 Ochre

📋 copy color: '#D18520'

red 209 ◦ green 133 ◦ blue 32

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

Shades of Ochre #D18520

Tints of Ochre #D18520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 55.88%
G = 35.56%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D18520 (or 0xD18520) is known color: Ochre. HEX triplet: D1, 85 and 20. RGB value is (209,133,32). Sum of RGB (Red+Green+Blue) = 209+133+32=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18520 is #2E7ADF. Grayscale: #909090. Windows color (decimal): -3046112 or 2131409. OLE color: 2131409.

HSL color Cylindrical-coordinate representation of color #D18520: hue angle of 34.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D18520 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 32 -
CMYK 0 0.36 0.85 0.18
HSL 34.24º 0.73% 0.47% -
HSV(B) 34.24º 0.85% 0.82% -
XYZ 34.94 30.43 5.4 -
YUV 144.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 209 133 32 0 0.36 0.85 0.18 34.24 0.73 0.47
Hex D1 85 20 0 24 55 12 22 49 2F
Octal 321 205 40 0 44 125 22 42 111 57
Binary 11010001 10000101 100000 0 100100 1010101 10010 100010 1001001 101111

Color Harmonies of #D18520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18520

Black with #D18520

Text Example


Text Example

White with #D18520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18520; }

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

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

background-color css

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

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

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

border-color css

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

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

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