Html Css Color HEX #D18321 Ochre

📋 copy color: '#D18321'

red 209 ◦ green 131 ◦ blue 33

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

Shades of Ochre #D18321

Tints of Ochre #D18321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 56.03%
G = 35.12%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18321 (or 0xD18321) is known color: Ochre. HEX triplet: D1, 83 and 21. RGB value is (209,131,33). Sum of RGB (Red+Green+Blue) = 209+131+33=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D18321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18321 is #2E7CDE. Grayscale: #8F8F8F. Windows color (decimal): -3046623 or 2196433. OLE color: 2196433.

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

Color convert

RGB 209 131 33 -
CMYK 0 0.37 0.84 0.18
HSL 33.41º 0.73% 0.47% -
HSV(B) 33.41º 0.84% 0.82% -
XYZ 34.69 29.9 5.38 -
YUV 143.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 209 131 33 0 0.37 0.84 0.18 33.41 0.73 0.47
Hex D1 83 21 0 25 54 12 21 49 2F
Octal 321 203 41 0 45 124 22 41 111 57
Binary 11010001 10000011 100001 0 100101 1010100 10010 100001 1001001 101111

Color Harmonies of #D18321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18321

Black with #D18321

Text Example


Text Example

White with #D18321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18321; }

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

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

background-color css

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

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

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

border-color css

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

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

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