Html Css Color HEX #D18221 Ochre

📋 copy color: '#D18221'

red 209 ◦ green 130 ◦ blue 33

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

Shades of Ochre #D18221

Tints of Ochre #D18221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 56.18%
G = 34.95%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18221 (or 0xD18221) is known color: Ochre. HEX triplet: D1, 82 and 21. RGB value is (209,130,33). Sum of RGB (Red+Green+Blue) = 209+130+33=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D18221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18221 is #2E7DDE. Grayscale: #8F8F8F. Windows color (decimal): -3046879 or 2196177. OLE color: 2196177.

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

Color convert

RGB 209 130 33 -
CMYK 0 0.38 0.84 0.18
HSL 33.07º 0.73% 0.47% -
HSV(B) 33.07º 0.84% 0.82% -
XYZ 34.55 29.63 5.34 -
YUV 142.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 209 130 33 0 0.38 0.84 0.18 33.07 0.73 0.47
Hex D1 82 21 0 26 54 12 21 49 2F
Octal 321 202 41 0 46 124 22 41 111 57
Binary 11010001 10000010 100001 0 100110 1010100 10010 100001 1001001 101111

Color Harmonies of #D18221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18221

Black with #D18221

Text Example


Text Example

White with #D18221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18221; }

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

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

background-color css

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

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

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

border-color css

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

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

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