Html Css Color HEX #D18220 Ochre

📋 copy color: '#D18220'

red 209 ◦ green 130 ◦ blue 32

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

Shades of Ochre #D18220

Tints of Ochre #D18220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 56.33%
G = 35.04%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D18220 (or 0xD18220) is known color: Ochre. HEX triplet: D1, 82 and 20. RGB value is (209,130,32). Sum of RGB (Red+Green+Blue) = 209+130+32=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D18220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18220 is #2E7DDF. Grayscale: #8E8E8E. Windows color (decimal): -3046880 or 2130641. OLE color: 2130641.

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

Color convert

RGB 209 130 32 -
CMYK 0 0.38 0.85 0.18
HSL 33.22º 0.73% 0.47% -
HSV(B) 33.22º 0.85% 0.82% -
XYZ 34.54 29.62 5.26 -
YUV 142.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 209 130 32 0 0.38 0.85 0.18 33.22 0.73 0.47
Hex D1 82 20 0 26 55 12 21 49 2F
Octal 321 202 40 0 46 125 22 41 111 57
Binary 11010001 10000010 100000 0 100110 1010101 10010 100001 1001001 101111

Color Harmonies of #D18220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18220

Black with #D18220

Text Example


Text Example

White with #D18220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18220; }

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

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

background-color css

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

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

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

border-color css

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

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

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