Html Css Color HEX #D18120 Ochre

📋 copy color: '#D18120'

red 209 ◦ green 129 ◦ blue 32

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

Shades of Ochre #D18120

Tints of Ochre #D18120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 56.49%
G = 34.86%
B = 8.65%

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

#D18120 (or 0xD18120) is known color: Ochre. HEX triplet: D1, 81 and 20. RGB value is (209,129,32). Sum of RGB (Red+Green+Blue) = 209+129+32=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D18120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18120 is #2E7EDF. Grayscale: #8E8E8E. Windows color (decimal): -3047136 or 2130385. OLE color: 2130385.

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

Color convert

RGB 209 129 32 -
CMYK 0 0.38 0.85 0.18
HSL 32.88º 0.73% 0.47% -
HSV(B) 32.88º 0.85% 0.82% -
XYZ 34.41 29.36 5.22 -
YUV 141.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 209 129 32 0 0.38 0.85 0.18 32.88 0.73 0.47
Hex D1 81 20 0 26 55 12 21 49 2F
Octal 321 201 40 0 46 125 22 41 111 57
Binary 11010001 10000001 100000 0 100110 1010101 10010 100001 1001001 101111

Color Harmonies of #D18120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18120

Black with #D18120

Text Example


Text Example

White with #D18120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18120; }

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

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

background-color css

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

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

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

border-color css

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

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

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