Html Css Color HEX #D18521 Ochre

📋 copy color: '#D18521'

red 209 ◦ green 133 ◦ blue 33

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

Shades of Ochre #D18521

Tints of Ochre #D18521

RGB

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

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

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

R = 55.73%
G = 35.47%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18521 (or 0xD18521) is known color: Ochre. HEX triplet: D1, 85 and 21. RGB value is (209,133,33). Sum of RGB (Red+Green+Blue) = 209+133+33=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D18521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18521 is #2E7ADE. Grayscale: #909090. Windows color (decimal): -3046111 or 2196945. OLE color: 2196945.

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

Color convert

RGB 209 133 33 -
CMYK 0 0.36 0.84 0.18
HSL 34.09º 0.73% 0.47% -
HSV(B) 34.09º 0.84% 0.82% -
XYZ 34.96 30.44 5.47 -
YUV 144.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 209 133 33 0 0.36 0.84 0.18 34.09 0.73 0.47
Hex D1 85 21 0 24 54 12 22 49 2F
Octal 321 205 41 0 44 124 22 42 111 57
Binary 11010001 10000101 100001 0 100100 1010100 10010 100010 1001001 101111

Color Harmonies of #D18521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18521

Black with #D18521

Text Example


Text Example

White with #D18521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18521; }

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

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

background-color css

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

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

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

border-color css

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

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

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